0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.azure-storage-blob: 12.24.0 -> 12.25.1

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt 2025-04-01 07:13:30 +02:00
parent 22bb1b31e5
commit 581d814f36
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "azure-storage-blob";
version = "12.24.0";
version = "12.25.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "azure_storage_blob";
inherit version;
hash = "sha256-6qqhUHyMNj1uHRNCvVSZOP3xreybGtqGWMj1vzrqhE4=";
hash = "sha256-TylN3JvEeQmsZriTS9JrUNIAAnixCtgswQl2T9xuDjs=";
};
build-system = [ setuptools ];