python312Packages.azure-mgmt-storage: 22.1.1 -> 22.2.0

This commit is contained in:
R. Ryantm
2025-04-21 23:21:25 +00:00
parent 21c17995f5
commit ded005e7ec
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-storage";
version = "22.1.1";
version = "22.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "azure_mgmt_storage";
inherit version;
hash = "sha256-JaqlroxAww4vkfiq5vUpBrBVfpR9XBuYF9T/nezBE0A=";
hash = "sha256-f+1DPSROJ20G3fNPn6e5uHE08IX8Y0YBr1tn8qAITYY=";
};
build-system = [ setuptools ];