python3Packages.azure-storage-file-datalake: 12.23.0 -> 12.25.0

https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-file-datalake_12.25.0/sdk/storage/azure-storage-file-datalake/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:09 +02:00
parent 094eab3263
commit 47ba4c4c41

View File

@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "azure-storage-file-datalake";
version = "12.23.0";
version = "12.25.0";
pyproject = true;
src = fetchPypi {
pname = "azure_storage_file_datalake";
inherit version;
hash = "sha256-lM4aIJ5ya846VCZoIpAfoZDSApyJtSvm9eeNfl+xCS8=";
hash = "sha256-NIE8bz6b8WNomM7GJSndLO0YnNLGdxYOxp74jDty2n8=";
};
build-system = [ setuptools ];