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:
parent
3dc58eda52
commit
9be4c678ff
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue