python312Packages.azure-storage-file-share: 12.17.0 -> 12.18.0 (#343137)

This commit is contained in:
Fabian Affolter 2024-09-20 08:04:19 +02:00 committed by GitHub
commit 90a3274d58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,14 +12,15 @@
buildPythonPackage rec {
pname = "azure-storage-file-share";
version = "12.17.0";
version = "12.18.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-97LGz8G3y4AJelOx7S76nlRbSaKRQw02nNtJ+vvIQdY=";
pname = "azure_storage_file_share";
inherit version;
hash = "sha256-CoHa7l4TWYrM3jxzsa7Mxu39zsXpV79AFQwGIvuV3HY=";
};
build-system = [ setuptools ];