Skip to content

Commit

Permalink
papis: 0.5.3 -> 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Jul 8, 2018
1 parent 2a81202 commit 015d138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/papis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ let

in python.pkgs.buildPythonApplication rec {
pname = "papis";
version = "0.5.3";
version = "0.6";

# Missing tests on Pypi
src = fetchFromGitHub {
owner = "papis";
repo = pname;
rev = "v${version}";
sha256 = "1yc4ilb7bw099pi2vwawyf8mi0n1kp87wgwgwcwc841ibq62q8ic";
sha256 = "0zy8q154zhpqb75c775nwq3mdl1szhzhkfi0nvyjmzfgsv2g1wa2";
};

postPatch = ''
Expand All @@ -26,7 +26,7 @@ in python.pkgs.buildPythonApplication rec {
argcomplete arxiv2bib beautifulsoup4 bibtexparser
configparser dmenu-python habanero papis-python-rofi
pylibgen prompt_toolkit pyparser python_magic pyyaml
requests unidecode urwid vobject tkinter
requests unidecode urwid vobject tkinter whoosh
vim
];

Expand Down

0 comments on commit 015d138

Please sign in to comment.