1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

python38Packages.google-cloud-os-config: 1.5.1 -> 1.6.0

This commit is contained in:
R. RyanTM 2021-10-13 10:19:47 +00:00
parent 2ae14350dd
commit b1d4b2b1a6

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "google-cloud-os-config";
version = "1.5.1";
version = "1.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "4dc498d6fede223049c415f301ba1129ecaf628f31a77ae87d2678e6d71556f6";
sha256 = "204ecbe480e5e5abc17752ac2ac17877e0325f31ed7e57f019724c3041ecc1fa";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];