python312Packages.azure-mgmt-redis: 14.3.0 -> 14.4.0

This commit is contained in:
R. Ryantm
2024-07-24 14:20:17 +00:00
parent f854cce451
commit 9fc4af3e6a
@@ -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 = [