python311Packages.types-redis: 4.6.0.10 -> 4.6.0.11

This commit is contained in:
R. Ryantm 2023-11-24 12:51:38 +00:00
parent c80b0906d5
commit 6a702bfc1a

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "types-redis";
version = "4.6.0.10";
version = "4.6.0.11";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-qn+190NTRQDydN3xGrHJEKrhAgSBhlo2t5nh1n3iqvM=";
hash = "sha256-yM/IRjUYPeyi20pSiWbFVmRF/TcTmD8ANPsPWgngiQ0=";
};
propagatedBuildInputs = [