papis: 0.5.3 -> 0.6

This commit is contained in:
Robert Schütz 2018-07-08 10:47:59 +02:00
parent 2a8120251d
commit 015d138005

View file

@ -7,14 +7,14 @@ let
in python.pkgs.buildPythonApplication rec { in python.pkgs.buildPythonApplication rec {
pname = "papis"; pname = "papis";
version = "0.5.3"; version = "0.6";
# Missing tests on Pypi # Missing tests on Pypi
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "papis"; owner = "papis";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1yc4ilb7bw099pi2vwawyf8mi0n1kp87wgwgwcwc841ibq62q8ic"; sha256 = "0zy8q154zhpqb75c775nwq3mdl1szhzhkfi0nvyjmzfgsv2g1wa2";
}; };
postPatch = '' postPatch = ''
@ -26,7 +26,7 @@ in python.pkgs.buildPythonApplication rec {
argcomplete arxiv2bib beautifulsoup4 bibtexparser argcomplete arxiv2bib beautifulsoup4 bibtexparser
configparser dmenu-python habanero papis-python-rofi configparser dmenu-python habanero papis-python-rofi
pylibgen prompt_toolkit pyparser python_magic pyyaml pylibgen prompt_toolkit pyparser python_magic pyyaml
requests unidecode urwid vobject tkinter requests unidecode urwid vobject tkinter whoosh
vim vim
]; ];