python312Packages.azure-storage-file-share: 12.18.0 -> 12.19.0 (#348051)

This commit is contained in:
Fabian Affolter
2024-10-12 17:03:20 +02:00
committed by GitHub
@@ -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 ];