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 { buildPythonPackage rec {
pname = "azure-storage-file-share"; pname = "azure-storage-file-share";
version = "12.17.0"; version = "12.18.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; pname = "azure_storage_file_share";
hash = "sha256-97LGz8G3y4AJelOx7S76nlRbSaKRQw02nNtJ+vvIQdY="; inherit version;
hash = "sha256-CoHa7l4TWYrM3jxzsa7Mxu39zsXpV79AFQwGIvuV3HY=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];