Merge pull request #269628 from r-ryantm/auto-update/python311Packages.types-redis

python311Packages.types-redis: 4.6.0.10 -> 4.6.0.11
This commit is contained in:
Nick Cao 2023-11-24 09:31:34 -05:00 committed by GitHub
commit f348e371c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [