3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #141473 from r-ryantm/auto-update/python38Packages.google-cloud-appengine-logging

python38Packages.google-cloud-appengine-logging: 0.1.5 -> 1.0.0
This commit is contained in:
Ryan Mulligan 2021-10-13 16:39:03 -07:00 committed by GitHub
commit 3712aee173
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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