python37Packages.goobook: 3.3 -> 3.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-goobook/versions
This commit is contained in:
R. RyanTM 2019-10-07 01:26:38 -07:00
parent 3dc58eda52
commit 9be4c678ff

View file

@ -4,12 +4,12 @@
buildPythonPackage rec {
pname = "goobook";
version = "3.3";
version = "3.4";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "0sanlki1rcqvhbds7a049v2kzglgpm761i728115mdracw0s6i3h";
sha256 = "089a95s6g9izsy1fzpz48p6pz0wpngcbbrvsillm1n53492gfhjg";
};
propagatedBuildInputs = [ google_api_python_client simplejson oauth2client ];