From b9eb529b23637b7c7ca369e84da16c35560d773a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Feb 2025 12:32:33 +0100 Subject: [PATCH] python313Packages.azure-mgmt-compute: 33.1.0 -> 34.0.0 Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-compute_34.0.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 8094b0b49d57..5ede46c1c1d4 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 = "33.1.0"; + version = "34.0.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "azure_mgmt_compute"; inherit version; - hash = "sha256-9aXhilp6A1RWK7+libXbSq8eisOhlKKpENtVkA0lNek="; + hash = "sha256-WM0B0CXvoChwuE2/tpg0o7I1AaE1ZYwDhU0kNOjf7h4="; }; build-system = [ setuptools ];