python: google-cloud-container: 0.1.1 -> 0.2.1

This commit is contained in:
Robert Schütz 2019-02-03 11:44:13 +01:00
parent b8acb2d7ac
commit d14ab5519b

View file

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-container"; pname = "google-cloud-container";
version = "0.1.1"; version = "0.2.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "a89afcb1fe96bc9361c231c223c3bbe19fa3787caeb4697cd5778990e1077270"; sha256 = "566834ef43e79917b112e3bd2848e84cfb0f4d7b565581607e2548f5c8e5d87a";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];