Unverified Commit 002e49b5 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

Merge pull request #195592 from r-ryantm/auto-update/python3.10-azure-mgmt-resource

python310Packages.azure-mgmt-resource: 21.1.0 -> 21.2.0
parents f4e7986b b2ccc249
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@


buildPythonPackage rec {
  version = "21.1.0";
  version = "21.2.0";
  pname = "azure-mgmt-resource";
  disabled = !isPy3k;

  src = fetchPypi {
    inherit pname version;
    extension = "zip";
    sha256 = "sha256-UpZa3jHNBZ/qKxUT1l/mFgRuQz3g5YPc9cnJvr8+vWk=";
    sha256 = "sha256-v4pd5sTate/H8NGND1cWXe5SMepS0j0Q2C5Ee4wqGlQ=";
  };

  propagatedBuildInputs = [