pythonPackages.searx: 0.7.0 -> 0.8.1
The old version was broken.
This commit is contained in:
parent
e312a34775
commit
87012e7321
@ -24261,21 +24261,24 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
searx = buildPythonPackage rec {
|
searx = buildPythonPackage rec {
|
||||||
name = "searx-0.7.0";
|
name = "searx-0.8.1";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://github.com/asciimoo/searx/archive/v0.7.0.tar.gz";
|
url = "https://github.com/asciimoo/searx/archive/v0.8.1.tar.gz";
|
||||||
sha256 = "0vq2zjdr1c8mr3zkycqq3732zf4pybbbrs3kzplqgf851k9zfpbw";
|
sha256 = "0z0s9n8iblrw7y5xrh2apzsazkgm4vzmxn0ckw4yfiya9am8zk32";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ pyyaml lxml grequests flaskbabel flask requests
|
propagatedBuildInputs = with self; [
|
||||||
gevent speaklater Babel pytz dateutil pygments ];
|
pyyaml lxml grequests flaskbabel flask requests2
|
||||||
|
gevent speaklater Babel pytz dateutil pygments
|
||||||
|
pyasn1 pyasn1-modules ndg-httpsclient certifi
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/asciimoo/searx;
|
homepage = https://github.com/asciimoo/searx;
|
||||||
description = "A privacy-respecting, hackable metasearch engine";
|
description = "A privacy-respecting, hackable metasearch engine";
|
||||||
license = licenses.agpl3Plus;
|
license = licenses.agpl3Plus;
|
||||||
maintainers = with maintainers; [ matejc ];
|
maintainers = with maintainers; [ matejc fpletz ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user