python312Packages.azure-mgmt-compute: 33.0.0 -> 33.1.0 (#373050)

This commit is contained in:
Nick Cao
2025-01-12 10:09:10 -05:00
committed by GitHub
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -50,6 +50,7 @@ python3Packages.buildPythonApplication rec {
[
# Assertion error
"test_help_output"
"test_exits_on_unsupported_target"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# FsOperationFailed
@@ -11,14 +11,15 @@
buildPythonPackage rec {
pname = "azure-mgmt-compute";
version = "33.0.0";
version = "33.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-o8wP5PCcjh01I8G/uSYg3+JjoKiTsKwToz1wV+nd3dI=";
pname = "azure_mgmt_compute";
inherit version;
hash = "sha256-9aXhilp6A1RWK7+libXbSq8eisOhlKKpENtVkA0lNek=";
};
build-system = [ setuptools ];