Unverified Commit 726511aa authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #275482 from r-ryantm/auto-update/python310Packages.google-cloud-dns

python310Packages.google-cloud-dns: 0.34.2 -> 0.35.0
parents 7b669949 9eec7240
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "google-cloud-dns";
  version = "0.34.2";
  version = "0.35.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-/GG9jPBw6Hqstidi6ypa8VUHBsmIgdeurrru0RKAr9M=";
    hash = "sha256-CsRNqesPoLEilRPNiIB0q9AhGZLEBCMAr9HBbUFHRVM=";
  };

  propagatedBuildInputs = [