diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2026-02-27 16:00:37 -0500 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-02 20:48:42 +0000 |
| commit | 832ce655506b316903bc368c94f554fe6019dbc4 (patch) | |
| tree | 8570accf4443dff6b81dab62ffd1fface463fa4b /gnu/packages | |
| parent | d8e1ec344fabc3a79a38a88f348fc27f59a77872 (diff) | |
gnu: elinks: Update to 0.19.1.
* gnu/packages/web-browsers.scm (elinks): Update to 0.19.1.
Merges: https://codeberg.org/guix/guix/pulls/6767
Change-Id: I4f9b20da027fb67a8f45d93d0078ac4bde03d824
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/web-browsers.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index f4066f7d858..bbd7cd0e941 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -233,21 +233,19 @@ features including, tables, builtin image display, bookmarks, SSL and more.") (license license:gpl1+))) (define-public elinks - (let ((commit "9b8ae3ebb7ca73fbb364262b3a5ff5377b0dfa26") - (revision "2")) (package (name "elinks") - (version (git-version "0.18.0" revision commit)) + (version "0.19.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/rkd77/elinks") - (commit commit))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "0klvgnvii8pzpf5c0m11caz22in3yy631n480pp0mwpj0mvpnpa7")))) + "1802lh9zsmwmsd4b4kzxzgv3y8f6fmi6i0cjjbwmnkdfivcal3v9")))) (build-system meson-build-system) (arguments (list @@ -301,7 +299,7 @@ features including, tables, builtin image display, bookmarks, SSL and more.") "ELinks is a feature-rich program for browsing the web in text mode. It can render both frames and tables, is highly customisable and can be extended via Lua scripts. It is like an enhanced Lynx and Links.") - (license license:gpl2+)))) + (license license:gpl2+))) (define-public luakit (package |
