Skip to content

Commit

Permalink
python3Packages.redis: 5.0.3 -> 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jun 24, 2024
1 parent d75116b commit 1af1b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/redis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

buildPythonPackage rec {
pname = "redis";
version = "5.0.3";
version = "5.0.6";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-SXO650RMD77WSga4dEb3k2HLfk7BU4wCLWlu16UBVYA=";
hash = "sha256-OEc818Y4mtPkSpH0w+r2vLip90YAfym/T7IIJP8LIZc=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 1af1b56

Please sign in to comment.