python312Packages.azure-storage-file-share: 12.18.0 -> 12.19.0

Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-file-share_12.19.0/sdk/storage/azure-storage-file-share/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-10-12 10:31:36 +02:00
parent 97f0c067f3
commit 1becabfc8f
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "azure-storage-file-share";
version = "12.18.0";
version = "12.19.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "azure_storage_file_share";
inherit version;
hash = "sha256-CoHa7l4TWYrM3jxzsa7Mxu39zsXpV79AFQwGIvuV3HY=";
hash = "sha256-6npBdNxsUvUKyMMPIoFZ/MNnXR+Lp3G40O/LwxB0Ang=";
};
build-system = [ setuptools ];