Merge pull request #70591 from r-ryantm/auto-update/python3.7-goobook
python37Packages.goobook: 3.3 -> 3.4
This commit is contained in:
commit
90344d0d60
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "goobook";
|
pname = "goobook";
|
||||||
version = "3.3";
|
version = "3.4";
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0sanlki1rcqvhbds7a049v2kzglgpm761i728115mdracw0s6i3h";
|
sha256 = "089a95s6g9izsy1fzpz48p6pz0wpngcbbrvsillm1n53492gfhjg";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ google_api_python_client simplejson oauth2client ];
|
propagatedBuildInputs = [ google_api_python_client simplejson oauth2client ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user