1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #325733 from r-ryantm/auto-update/python312Packages.google-cloud-secret-manager

python312Packages.google-cloud-secret-manager: 2.20.0 -> 2.20.1
This commit is contained in:
Nick Cao 2024-07-11 20:02:57 -04:00 committed by GitHub
commit c35a5a895f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-secret-manager";
version = "2.20.0";
version = "2.20.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-oIanQTqvT/+9HE/pIp7wzpvPSPWo31tEnEoy3rWiz94=";
hash = "sha256-kcpPVCTYDOT1543sqCmW7jh7jI4GDRaYFpDjHjpCE4s=";
};
build-system = [ setuptools ];