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.

+2 -2
+2 -2
pkgs/development/python-modules/azure-storage-blob/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "azure-storage-blob"; 15 - version = "12.24.0"; 15 + version = "12.25.1"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 20 20 src = fetchPypi { 21 21 pname = "azure_storage_blob"; 22 22 inherit version; 23 - hash = "sha256-6qqhUHyMNj1uHRNCvVSZOP3xreybGtqGWMj1vzrqhE4="; 23 + hash = "sha256-TylN3JvEeQmsZriTS9JrUNIAAnixCtgswQl2T9xuDjs="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];