1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

papis: 0.10 -> 0.11.1

This commit is contained in:
R. RyanTM 2020-11-04 01:37:30 +00:00
parent 72c32ad3d7
commit 490b87f7bc

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "papis";
version = "0.10";
version = "0.11.1";
disabled = !isPy3k;
# Missing tests on Pypi
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "papis";
repo = pname;
rev = "v${version}";
sha256 = "0fmrvxs6ixfwjlp96b69db7fpvyqfy2n3c23kdz8yr0vhnp82l93";
sha256 = "0bbkjyw1fsvvp0380l404h2lys8ib4xqga5s6401k1y1hld28nl6";
};
propagatedBuildInputs = [