3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.redis: 4.2.1 -> 4.3.4

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:33 +02:00
parent addc1aa6e1
commit 2d75d81034

View file

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "redis";
version = "4.2.1";
version = "4.3.4";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-/kVROIEinb7mEGILnggXsfSMR7pjWHAyD9RKcSIEu90=";
sha256 = "sha256-3fJwcd9K3zghxPLKWdZ1JcOoLl8mi+2XuBPLT6v4eIA=";
};
propagatedBuildInputs = [