diff --git a/pkgs/by-name/ba/barman/package.nix b/pkgs/by-name/ba/barman/package.nix index 20f31c7eaca4..291ad440a3ee 100644 --- a/pkgs/by-name/ba/barman/package.nix +++ b/pkgs/by-name/ba/barman/package.nix @@ -50,6 +50,7 @@ python3Packages.buildPythonApplication rec { [ # Assertion error "test_help_output" + "test_exits_on_unsupported_target" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # FsOperationFailed diff --git a/pkgs/development/python-modules/azure-mgmt-compute/default.nix b/pkgs/development/python-modules/azure-mgmt-compute/default.nix index d41e95e2e42e..8094b0b49d57 100644 --- a/pkgs/development/python-modules/azure-mgmt-compute/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-compute/default.nix @@ -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 ];