3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #280051 from r-ryantm/auto-update/python310Packages.types-redis

python310Packages.types-redis: 4.6.0.11 -> 4.6.0.20240106
This commit is contained in:
Nick Cao 2024-01-11 16:18:00 -05:00 committed by GitHub
commit bd10c3dcb7
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.11";
version = "4.6.0.20240106";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-yM/IRjUYPeyi20pSiWbFVmRF/TcTmD8ANPsPWgngiQ0=";
hash = "sha256-Ky+jp4+EVZYWJC0j+G3l9BMN/Ww7g/stjOMynlA/dW4=";
};
propagatedBuildInputs = [