mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-27 21:19:35 +00:00
Merge pull request #251252 from fabaff/types-redis-bump
python311Packages.types-redis: 4.6.0.4 -> 4.6.0.5
This commit is contained in:
commit
1939d3fd2a
@ -7,12 +7,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-redis";
|
||||
version = "4.6.0.4";
|
||||
version = "4.6.0.5";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-xHWp089z3WlsOIfTBkQyP8VvXgCvlhUQNbO1tSh1ybM=";
|
||||
hash = "sha256-XxedEL08qZWoE0qvzd/D4S1SsghDfEUp7yfmisswHzg=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user