From 38419a3e38af46cf91d096d2d887d6821538d447 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 29 Sep 2024 17:03:47 +0200 Subject: [PATCH] python3Packages.azure-storage-blob: 12.20.0 -> 12.23.1 https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-blob_12.23.1/sdk/storage/azure-storage-blob/CHANGELOG.md --- .../python-modules/azure-storage-blob/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/azure-storage-blob/default.nix b/pkgs/development/python-modules/azure-storage-blob/default.nix index fa2876123e97..b9d451892b0f 100644 --- a/pkgs/development/python-modules/azure-storage-blob/default.nix +++ b/pkgs/development/python-modules/azure-storage-blob/default.nix @@ -11,14 +11,15 @@ buildPythonPackage rec { pname = "azure-storage-blob"; - version = "12.20.0"; + version = "12.23.1"; format = "setuptools"; - disabled = pythonOlder "3.7"; + disabled = pythonOlder "3.8"; src = fetchPypi { - inherit pname version; - hash = "sha256-7rkSVuQdS1ubrWqH/QqK3gfdWKpSNE4sjSdG4noBfTs="; + pname = "azure_storage_blob"; + inherit version; + hash = "sha256-pYflTU450qJ711EJ2xZP+iBY/hlAYeVEbFqJvKkYJy8="; }; propagatedBuildInputs = [