Martin Weinelt
2025-01-27 10:54:46 +01:00
parent ca2d2bb0d5
commit 9b9ea337d5
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "azure-storage-blob";
version = "12.23.1";
version = "12.24.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "azure_storage_blob";
inherit version;
hash = "sha256-pYflTU450qJ711EJ2xZP+iBY/hlAYeVEbFqJvKkYJy8=";
hash = "sha256-6qqhUHyMNj1uHRNCvVSZOP3xreybGtqGWMj1vzrqhE4=";
};
build-system = [ setuptools ];