python312Packages.azure-mgmt-storage: 22.1.1 -> 22.2.0 (#400687)

This commit is contained in:
Nick Cao
2025-04-22 16:13:58 -04:00
committed by GitHub
@@ -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 ];