From 47ba4c4c41fe743023bf3c3e596f107190d858bb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Aug 2026 01:24:09 +0200 Subject: [PATCH] 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. --- .../python-modules/azure-storage-file-datalake/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-storage-file-datalake/default.nix b/pkgs/development/python-modules/azure-storage-file-datalake/default.nix index 67a8e593b127..437ff9c07969 100644 --- a/pkgs/development/python-modules/azure-storage-file-datalake/default.nix +++ b/pkgs/development/python-modules/azure-storage-file-datalake/default.nix @@ -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 ];