Merge pull request #329665 from r-ryantm/auto-update/python312Packages.azure-mgmt-redis

python312Packages.azure-mgmt-redis: 14.3.0 -> 14.4.0
This commit is contained in:
Fabian Affolter 2024-07-24 20:51:33 +02:00 committed by GitHub
commit 31aab37515
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "azure-mgmt-redis";
version = "14.3.0";
version = "14.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-eoMbY4oNzYXkn3uFUhxecJQD+BxYkGTbWhAWSgAoLyA=";
hash = "sha256-CIRzJa/wexeuheb+Az0KBaz4z0HMmpzGBiOuLaxGZ+8=";
};
propagatedBuildInputs = [