python3Packages.azure-mgmt-storage: 24.0.0 -> 24.0.1

This commit is contained in:
R. Ryantm
2026-03-27 19:08:22 +00:00
parent b55b0e0c85
commit 1c57d02b26
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "azure-mgmt-storage";
version = "24.0.0";
version = "24.0.1";
pyproject = true;
src = fetchPypi {
pname = "azure_mgmt_storage";
inherit version;
hash = "sha256-sa4iXvh62oXynALkBhQKtYlShcpk3ivP5QtjHEgYozc=";
hash = "sha256-p/cGgWOzCOXx9xhUGsgBT3/5IZ2gRjv3NG7inZw0mTg=";
};
build-system = [ setuptools ];