Unverified Commit 9b030a99 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #266832 from fabaff/google-cloud-dns-bump

python311Packages.google-cloud-dns: 0.34.1 -> 0.34.2
parents 078d9583 fe4646cf
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.1";
  version = "0.34.2";
  format = "setuptools";

  disabled = pythonOlder "3.7";

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

  propagatedBuildInputs = [