searxng: 0-unstable-2024-11-17 -> 0-unstable-2024-11-25; python312Packages.fasttext-predict: 0.9.2.2 -> 0.9.2.4 (#359002)

This commit is contained in:
Sandro 2024-11-27 22:59:39 +01:00 committed by GitHub
commit 9f210d877d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 9 deletions

View File

@ -8,17 +8,17 @@
python3.pkgs.toPythonModule ( python3.pkgs.toPythonModule (
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "searxng"; pname = "searxng";
version = "0-unstable-2024-11-17"; version = "0-unstable-2024-11-25";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "searxng"; owner = "searxng";
repo = "searxng"; repo = "searxng";
rev = "10d3af84b833ab2f2d1095efa3a7ba240ffb32fc"; rev = "bad070b4bc2c5afa73edea546c68d3e142a476fc";
hash = "sha256-dXALuiPCzK0Az64Fj9ygsNFoPKf0oJ2LyZDeg00Bfyo="; hash = "sha256-pJl0pD+lx1L7CMKEZaK15ahd96gwWKsR53EVF7RRNtY=";
}; };
postPatch = '' postPatch = ''
sed -i 's/==.*$//' requirements.txt sed -i 's/==/>=/' requirements.txt
''; '';
preBuild = preBuild =
@ -44,16 +44,17 @@ python3.pkgs.toPythonModule (
with python3.pkgs; with python3.pkgs;
[ [
babel babel
brotli
certifi certifi
python-dateutil
fasttext-predict fasttext-predict
flask flask
flask-babel flask-babel
brotli isodate
jinja2 jinja2
lxml lxml
msgspec msgspec
pygments pygments
python-dateutil
pyyaml pyyaml
redis redis
typer typer

View File

@ -8,12 +8,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "fasttext-predict"; pname = "fasttext-predict";
version = "0.9.2.2"; version = "0.9.2.4";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; pname = "fasttext_predict";
hash = "sha256-rMbf09pCHvVYI9g/aq74+PcsuU2LezpmDz4b/w9vRyc="; inherit version;
hash = "sha256-GKb7DXTH35KA2x+Wy3XZkL/QBPqdZpST6j3T1U+E28c=";
}; };
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin '' postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''