From 50e6e66a04e270c0b071fe563f02a43fc0c177ef Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Tue, 4 Mar 2025 08:25:36 +0100 Subject: [PATCH] python3Packages.azure-mgmt-storage: 21.2.1 -> 22.1.1 Signed-off-by: Paul Meyer --- .../python-modules/azure-mgmt-storage/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/azure-mgmt-storage/default.nix b/pkgs/development/python-modules/azure-mgmt-storage/default.nix index 1349ea2c4c24..08f619139a57 100644 --- a/pkgs/development/python-modules/azure-mgmt-storage/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-storage/default.nix @@ -11,14 +11,15 @@ buildPythonPackage rec { pname = "azure-mgmt-storage"; - version = "21.2.1"; + version = "22.1.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { - inherit pname version; - hash = "sha256-UDp/+cMSVAkrBlZEX1cov9/aLQnUaoLpcBnqqaHs7GQ="; + pname = "azure_mgmt_storage"; + inherit version; + hash = "sha256-JaqlroxAww4vkfiq5vUpBrBVfpR9XBuYF9T/nezBE0A="; }; build-system = [ setuptools ];