Merge pull request #36132 from leenaars/leaps

searx: 0.13.1 -> 0.14.0
This commit is contained in:
Robert Schütz 2018-03-01 22:43:24 +01:00 committed by GitHub
commit 31eb999cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@ with pythonPackages;
buildPythonApplication rec {
pname = "searx";
version = "0.13.1";
version = "0.14.0";
# Can not use PyPI because certain test files are missing.
src = fetchFromGitHub {
owner = "asciimoo";
repo = "searx";
rev = "v${version}";
sha256 = "0nizxq9ggf9g8f8pxn2hfm0kn20356v65h4cj9s73n742nkv6ani";
sha256 = "046xg6xcs1mxgahz7kwf3fsmwd99q3hhms6pdjlvyczidlfhpmxl";
};
postPatch = ''