searxng: unstable-2022-09-01 -> unstable-2023-03-13
This was motivated by an incompatibility caused by a recent babel or flask-babel update.
This commit is contained in:
parent
cb1546dedb
commit
4ce10e413f
1 changed files with 4 additions and 4 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "searxng";
|
||||
version = "unstable-2022-09-01";
|
||||
version = "unstable-2023-03-13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "174e5242569812618af4ebd9a646ba2a6ded5459";
|
||||
sha256 = "sha256-Q1+4HkgOoTRtW5XYWpC5dpukkrjG5fP0585soo/srmQ=";
|
||||
rev = "295c87a926c3deb1e438234550a9d8fbbaad17fa";
|
||||
sha256 = "sha256-ItPFUyyuctx/yyMVUn5Ez9f+taNiV6FR0q9wz1jwk8M=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -26,11 +26,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||
babel
|
||||
certifi
|
||||
python-dateutil
|
||||
fasttext-predict
|
||||
flask
|
||||
flask-babel
|
||||
brotli
|
||||
jinja2
|
||||
langdetect
|
||||
lxml
|
||||
pygments
|
||||
pyyaml
|
||||
|
|
Loading…
Reference in a new issue