packages/searxng: rebase revert-flask-babel-3.0.0.patch
This commit is contained in:
parent
68fc09866a
commit
3e3682a9e3
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ toPythonModule (buildPythonApplication rec {
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# wait for https://github.com/NixOS/nixpkgs/pull/211654
|
# wait for https://github.com/NixOS/nixpkgs/pull/211654
|
||||||
./revert-flask-babel-3.0.0.patch
|
./revert-flask-babel-3.0.1.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
certifi==2022.12.7
|
certifi==2022.12.7
|
||||||
babel==2.11.0
|
babel==2.11.0
|
||||||
+flask-babel==2.0.0
|
+flask-babel==2.0.0
|
||||||
-flask-babel==3.0.0
|
-flask-babel==3.0.1
|
||||||
flask==2.2.2
|
flask==2.2.3
|
||||||
jinja2==3.1.2
|
jinja2==3.1.2
|
||||||
lxml==4.9.2
|
lxml==4.9.2
|
||||||
--- b/searx/locales.py
|
--- b/searx/locales.py
|
Loading…
Reference in a new issue