Martin Weinelt
2024-10-13 11:02:58 +02:00
parent bb791b43c4
commit 38419a3e38
@@ -11,14 +11,15 @@
buildPythonPackage rec {
pname = "azure-storage-blob";
version = "12.20.0";
version = "12.23.1";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-7rkSVuQdS1ubrWqH/QqK3gfdWKpSNE4sjSdG4noBfTs=";
pname = "azure_storage_blob";
inherit version;
hash = "sha256-pYflTU450qJ711EJ2xZP+iBY/hlAYeVEbFqJvKkYJy8=";
};
propagatedBuildInputs = [