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

Configure Feed

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

python310Packages.google-cloud-os-config: 1.12.0 -> 1.12.1

authored by

R. Ryantm and committed by
Jonathan Ringer
9154aee3 9b98f352

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-os-config/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "google-cloud-os-config"; 5 - version = "1.12.0"; 5 + version = "1.12.1"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "sha256-k68hDx0D2b59PJpUjMcwDtIqnwhrQxEpxDZCo5JQuXc="; 9 + sha256 = "sha256-eINiPP8CACiYP2nSY1U60EoYFlXhvA/0ykw2CUWP1lQ="; 10 10 }; 11 11 12 12 propagatedBuildInputs = [ google-api-core libcst proto-plus ];