mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
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