3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.google-cloud-appengine-logging: 1.0.0 -> 1.1.0

This commit is contained in:
R. RyanTM 2021-10-19 19:23:19 +00:00
parent ef64a9a4fc
commit 7c0561c526

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-appengine-logging";
version = "1.0.0";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "f10760c7df7052e63a79547b36fb439ab8a0f72fe28ff8356a0755c45ab75412";
sha256 = "91fe9b0833f6e1a46293dcc0e483716372c9ff4a95ebe51276c5f0092cb9defd";
};
propagatedBuildInputs = [