Skip to content

Commit

Permalink
Merge pull request #167345 from r-ryantm/auto-update/python3.10-googl…
Browse files Browse the repository at this point in the history
…e-cloud-secret-manager

python310Packages.google-cloud-secret-manager: 2.9.2 -> 2.10.0
  • Loading branch information
fabaff committed Apr 5, 2022
2 parents 4ffcea1 + f0969c2 commit 5d916ce
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@
, proto-plus
, pytestCheckHook
, pytest-asyncio
, pythonOlder
}:

buildPythonPackage rec {
pname = "google-cloud-secret-manager";
version = "2.9.2";
version = "2.10.0";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-W93SDJR8bUPQX9KzoZ6YvV9kU+Twd9huH09Smap481g=";
hash = "sha256-nQfdej2SveO0Qxam57ZRAyTQ0NnGoyb4nx2YFnqtAhI=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 5d916ce

Please sign in to comment.