Merge pull request #329723 from r-ryantm/auto-update/python312Packages.azure-storage-file-share

python312Packages.azure-storage-file-share: 12.16.0 -> 12.17.0
This commit is contained in:
OTABI Tomoya 2024-07-27 11:51:04 +09:00 committed by GitHub
commit d9aeb31a31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "azure-storage-file-share";
version = "12.16.0";
version = "12.17.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-QS+35sPCj29yKvmBlapZQHqqMjI6+hOkoB9i0Lh3TrM=";
hash = "sha256-97LGz8G3y4AJelOx7S76nlRbSaKRQw02nNtJ+vvIQdY=";
};
build-system = [ setuptools ];