mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.redis: 8.0.0 -> 8.0.1
Diff: https://github.com/redis/redis-py/compare/v8.0.0...v8.0.1 Changelog: https://github.com/redis/redis-py/releases/tag/v8.0.1
This commit is contained in:
parent
9654659cd1
commit
f27ed93faa
1 changed files with 2 additions and 2 deletions
|
|
@ -41,14 +41,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "redis";
|
||||
version = "8.0.0";
|
||||
version = "8.0.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "redis";
|
||||
repo = "redis-py";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ze9Q8IfSWDAEH0sR+ql0tOu7ajeXF78AKYD6SHpZqRU=";
|
||||
hash = "sha256-41i4oZmbWi87KBSaAAaZe2gPlCpgw6kEPne1IA3PHQM=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue