From 1437bdb47f6db9736ad19423ec212bfad0b6c4cf Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 29 Mar 2025 11:27:31 +0100 Subject: [PATCH] python313Packages.azure-mgmt-compute: 34.0.0 -> 34.1.0 Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-compute_34.1.0/sdk/compute/azure-mgmt-compute/CHANGELOG.md --- .../development/python-modules/azure-mgmt-compute/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-mgmt-compute/default.nix b/pkgs/development/python-modules/azure-mgmt-compute/default.nix index 5ede46c1c1d4..bfd54eee341f 100644 --- a/pkgs/development/python-modules/azure-mgmt-compute/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-compute/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "azure-mgmt-compute"; - version = "34.0.0"; + version = "34.1.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "azure_mgmt_compute"; inherit version; - hash = "sha256-WM0B0CXvoChwuE2/tpg0o7I1AaE1ZYwDhU0kNOjf7h4="; + hash = "sha256-zZ010cwbjLC9JBrVXJG3fRTgSuc8YyraEUATX5whf+E="; }; build-system = [ setuptools ];