guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 8795fbda0f1c7a15a81571d3f4da0c11058582c1
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sat Jul 19 11:40:15 2025 +0000
gnu: elinks: Update to latest revision.
* gnu/packages/web-browsers.scm (elinks): Update to latest revision.
[#:configure-flags]: Add flag to ignore warning.
Change-Id: I46811adffdaaf332096988ac0379b3a29c7acc62
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/web-browsers.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index b839e022d9..cf70505ac5 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -231,8 +231,8 @@ features including, tables, builtin image display,
bookmarks, SSL and more.")
(license license:gpl1+)))
(define-public elinks
- (let ((commit "5e6ea2669c69db492a5c3e920e4a47a8a9af70fc")
- (revision "1"))
+ (let ((commit "9b8ae3ebb7ca73fbb364262b3a5ff5377b0dfa26")
+ (revision "2"))
(package
(name "elinks")
(version (git-version "0.18.0" revision commit))
@@ -245,7 +245,7 @@ features including, tables, builtin image display,
bookmarks, SSL and more.")
(file-name (git-file-name name version))
(sha256
(base32
- "1rjq66kwq4d44fwv3wphycxldw7mnyngadcgq9lnk8vz2f8026kw"))))
+ "0klvgnvii8pzpf5c0m11caz22in3yy631n480pp0mwpj0mvpnpa7"))))
(build-system meson-build-system)
(arguments
(list
@@ -266,7 +266,9 @@ features including, tables, builtin image display,
bookmarks, SSL and more.")
"-Dreproducible=true"
"-Dsource-date-epoch=1"
"-Dtest=true"
- "-Dtrue-color=true")))
+ "-Dtrue-color=true"
+ ;; Fix GCC 14 build
+ "-Dc_args=-Wno-implicit-function-declaration")))
(native-inputs
(list autoconf
automake