python3Packages.azure-mgmt-storage: 23.0.0 -> 23.0.1 (#423405)

This commit is contained in:
Pol Dellaiera
2025-07-20 08:07:04 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-storage";
version = "23.0.0";
version = "23.0.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "azure_mgmt_storage";
inherit version;
hash = "sha256-HFlU1Zvdy5edBbxJ5DFxam4rL3VpCblrp8QyYQcq/L8=";
hash = "sha256-w6sqyTUtHAHYW1bWcW3M4eRoD5ILFIoktDabuRuSI7Q=";
};
build-system = [ setuptools ];