From 1c57d02b263937fb723b3e1b889fcceb1017d055 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 27 Mar 2026 19:08:22 +0000 Subject: [PATCH] python3Packages.azure-mgmt-storage: 24.0.0 -> 24.0.1 --- .../development/python-modules/azure-mgmt-storage/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-mgmt-storage/default.nix b/pkgs/development/python-modules/azure-mgmt-storage/default.nix index 7a8deeaca2de..0ff28e5ba8fc 100644 --- a/pkgs/development/python-modules/azure-mgmt-storage/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-storage/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "azure-mgmt-storage"; - version = "24.0.0"; + version = "24.0.1"; pyproject = true; src = fetchPypi { pname = "azure_mgmt_storage"; inherit version; - hash = "sha256-sa4iXvh62oXynALkBhQKtYlShcpk3ivP5QtjHEgYozc="; + hash = "sha256-p/cGgWOzCOXx9xhUGsgBT3/5IZ2gRjv3NG7inZw0mTg="; }; build-system = [ setuptools ];