python3Packages.azure-storage-file-share: 12.23.0 -> 12.23.1 (#457563)

This commit is contained in:
Nick Cao
2025-11-03 21:43:53 +00:00
committed by GitHub
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "azure-storage-file-share";
version = "12.23.0";
version = "12.23.1";
pyproject = true;
src = fetchPypi {
pname = "azure_storage_file_share";
inherit version;
hash = "sha256-Zw8npEEA7GwI3V5LuY/Kp7Zh93mYKO3FI6KNbtVrn2Y=";
hash = "sha256-naU7VvgJD8U9kz7OWp+yRwEMO0p1/5CKlI4kje+yH64=";
};
build-system = [ setuptools ];