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:
parent
22bb1b31e5
commit
581d814f36
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue