mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-11 15:47:14 +00:00
python310Packages.google-cloud-os-config: 1.11.2 -> 1.12.0
This commit is contained in:
parent
717d22a40f
commit
ea64a0450b
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-os-config";
|
pname = "google-cloud-os-config";
|
||||||
version = "1.11.2";
|
version = "1.12.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-n3bCKr+fszqHsi6uDmOXSfzoPP8JfpZRAGXIzE3gOVU=";
|
sha256 = "sha256-k68hDx0D2b59PJpUjMcwDtIqnwhrQxEpxDZCo5JQuXc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ google-api-core libcst proto-plus ];
|
propagatedBuildInputs = [ google-api-core libcst proto-plus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user