python3Packages.azure-storage-blob: 12.19.0 -> 12.19.1
https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-blob_12.19.1/sdk/storage/azure-storage-blob/CHANGELOG.md
This commit is contained in:
parent
e684ea5611
commit
d25c22af2e
@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "azure-storage-blob";
|
||||
version = "12.19.0";
|
||||
version = "12.19.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-JsCkMgo0o8Kht0UoumgS68tjKgTNZ7HHN3IyxLAaWJc=";
|
||||
hash = "sha256-E+FrpC/FSsLH6Pl2BiFzpcgrnsBZRyjhNKrDcpZaEbA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user