python3Packages.azure-storage-blob: 12.26.0 -> 12.28.0

https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-blob_12.28.0/sdk/storage/azure-storage-blob/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:32:00 +01:00
parent 79f2a24b09
commit 30bcf10203

View File

@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "azure-storage-blob";
version = "12.26.0";
version = "12.28.0";
pyproject = true;
src = fetchPypi {
pname = "azure_storage_blob";
inherit version;
hash = "sha256-XdfXgkIk994Av+sDJ1NgHJgmVRcwYeJC8Tvm4m141x8=";
hash = "sha256-59mOoQgljSmqDvv9WRsuIHX6FyKi+uhpnws8neEe/0E=";
};
build-system = [ setuptools ];