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

Merge pull request #293870 from fabaff/google-cloud-secret-manager-bump

python311Packages.google-cloud-secret-manager: 2.18.2 -> 2.18.3
parents d5fae1dc 7a860365
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "google-cloud-secret-manager";
  version = "2.18.2";
  version = "2.18.3";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-oA1iEVpwCD6GsdRMp+vK4EGzakTMYupX3kAFcx+NPIg=";
    hash = "sha256-HbL0CTJFNuNPmFCB04njl0yjo2aN94RcrQvgOrjA+n0=";
  };

  nativeBuildInputs = [