Skip to content

Commit

Permalink
Merge pull request NixOS#296927 from fabaff/azure-mgmt-compute-bump
Browse files Browse the repository at this point in the history
python312Packages.azure-mgmt-compute: 30.5.0 -> 30.6.0
  • Loading branch information
fabaff authored Mar 18, 2024
2 parents 2cbf132 + 8068282 commit 183c912
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "azure-mgmt-compute";
version = "30.5.0";
version = "30.6.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-7T6jS3mdsNUu5V4vGrSw8J+koI814GHsuarZ+1ohiEQ=";
hash = "sha256-TYDXI+xtTLlYNhfr7AcW59dLJzKsuu0CPtLjzHBT0A4=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 183c912

Please sign in to comment.