Unverified Commit 408833a4 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #257922 from fabaff/azure-mgmt-compute-bump

python311Packages.azure-mgmt-compute: 30.2.0 -> 30.3.0
parents 7dc7b559 dce4dd93
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "azure-mgmt-compute";
  version = "30.2.0";
  version = "30.3.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-pd1tAbhn1ot2sAM+x8yKGgEpCtlp7vVyCAcAzMZhyYE=";
    hash = "sha256-5Sl4Y0D4YqpqIYp61qW+trn7VYM8XKoIUcwzFNBJO2M=";
  };

  propagatedBuildInputs = [