Unverified Commit a5d851cf authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #271786 from r-ryantm/auto-update/python310Packages.google-cloud-runtimeconfig

python310Packages.google-cloud-runtimeconfig: 0.33.2 -> 0.33.3
parents 15f51ef5 627de16d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "google-cloud-runtimeconfig";
  version = "0.33.2";
  version = "0.33.3";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-MPmyvm2FSrUzb1y5i4xl5Cqea6sxixLoZ7V1hxNi7hw=";
    hash = "sha256-4sv5wua03gLd9YqwdD8P/VaKv4LcacB42fK5hUAt2vQ=";
  };

  propagatedBuildInputs = [