Skip to content

Commit 8ac5dae

Browse files
authored
python3Packages.coredis: 4.23.1 -> 4.24.0 (#423341)
2 parents 1932f2f + a3c11f3 commit 8ac5dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/coredis/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage rec {
2020
pname = "coredis";
21-
version = "4.23.1";
21+
version = "4.24.0";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "alisaifee";
2626
repo = "coredis";
2727
tag = version;
28-
hash = "sha256-5Ho9X2VCOwKo079M2ReJ93jqEpG2ZV6vKM5/qrgzjxM=";
28+
hash = "sha256-vqgxj366x+TphGxUBXUHJpEM0zAdr6Ia4pDPKGWUx14=";
2929
};
3030

3131
postPatch = ''

0 commit comments

Comments
 (0)