From 8e87f877a786b99658dbc1e82b22d5161a04c883 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 22 May 2026 03:00:45 +0000 Subject: [PATCH] python3Packages.azure-mgmt-recoveryservices: 4.0.0 -> 4.0.1 --- .../python-modules/azure-mgmt-recoveryservices/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-mgmt-recoveryservices/default.nix b/pkgs/development/python-modules/azure-mgmt-recoveryservices/default.nix index 945a9dec0867..ff6a6490b68d 100644 --- a/pkgs/development/python-modules/azure-mgmt-recoveryservices/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-recoveryservices/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "azure-mgmt-recoveryservices"; - version = "4.0.0"; + version = "4.0.1"; pyproject = true; src = fetchPypi { pname = "azure_mgmt_recoveryservices"; inherit version; - hash = "sha256-oUKc/Sg6nJlQrBU0gvqcl0Fkb9INqKqcPIHnJceMXJ8="; + hash = "sha256-/9/yZ9sqYC6wMMCC9Tpd8YXIbqU8RG6meaEzYAJ4YGs="; }; build-system = [ setuptools ];