lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.redis: 4.5.4 -> 5.0.0

+2 -2
+2 -2
pkgs/development/python-modules/redis/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "redis"; 24 - version = "4.5.4"; 24 + version = "5.0.0"; 25 25 format = "setuptools"; 26 26 27 27 disabled = pythonOlder "3.7"; 28 28 29 29 src = fetchPypi { 30 30 inherit pname version; 31 - hash = "sha256-c+w12k2iZ9aEfkf2hzD91fYuLKaePvWIXGp4qTdMOJM="; 31 + hash = "sha256-XOpsDTNcmnMypGDthynOq7TQxInHKFsKhtu/igF70SA="; 32 32 }; 33 33 34 34 propagatedBuildInputs = [