mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 12:43:52 +00:00
python310Packages.redis: 4.5.1 -> 4.5.4
fixes CVE-2023-28858 and CVE-2023-28859 Changelog: https://github.com/redis/redis-py/releases/tag/v4.5.2 https://github.com/redis/redis-py/releases/tag/v4.5.3 https://github.com/redis/redis-py/releases/tag/v4.5.4
This commit is contained in:
parent
c7a359b13f
commit
8113ae720e
@ -21,14 +21,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "redis";
|
||||
version = "4.5.1";
|
||||
version = "4.5.4";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Huw3Qc2kCNOl+Et40InIuNiV8hs7BQmINR6SX68gKGQ=";
|
||||
hash = "sha256-c+w12k2iZ9aEfkf2hzD91fYuLKaePvWIXGp4qTdMOJM=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user