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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user