Merge pull request #232670 from fabaff/azure-storage-blob-bump

python311Packages.azure-storage-blob: 12.15.0 -> 12.16.0
This commit is contained in:
Fabian Affolter 2023-05-19 04:48:35 +02:00 committed by GitHub
commit 4cc32ea89c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "azure-storage-blob";
version = "12.15.0";
version = "12.16.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-+LjVgkknQKsWdERVQINC+45MiJe2Soo/wxdDhEciwvI=";
hash = "sha256-Q7RfGaUYpcaJVjLyY7OCXrwjV08lzIS2bhYwphYORm8=";
};
propagatedBuildInputs = [