nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.google-cloud-secret-manager: 2.23.2 -> 2.23.3

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-secret-manager/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "google-cloud-secret-manager"; 17 - version = "2.23.2"; 17 + version = "2.23.3"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 22 22 src = fetchPypi { 23 23 pname = "google_cloud_secret_manager"; 24 24 inherit version; 25 - hash = "sha256-h2M3mSqredhkfbFYk3G8tztJhmK1hhlZmfjJRVpZfyk="; 25 + hash = "sha256-WYxMCp0Q1J1QDrSuoyVd/yUKovksAo9cl+OzZ/doyAg="; 26 26 }; 27 27 28 28 build-system = [ setuptools ];