mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lynx: Update to 2.9.2.
* gnu/packages/web-browsers.scm (lynx): Update to 2.9.2. Change-Id: I7bf311ff0d835995b4b547e0fd56feac199eb428 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
b7ed6ba98e
commit
da6b2f5d0a
1 changed files with 2 additions and 2 deletions
|
@ -357,7 +357,7 @@ and the GTK+ toolkit.")
|
||||||
(define-public lynx
|
(define-public lynx
|
||||||
(package
|
(package
|
||||||
(name "lynx")
|
(name "lynx")
|
||||||
(version "2.9.1")
|
(version "2.9.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -365,7 +365,7 @@ and the GTK+ toolkit.")
|
||||||
"/lynx" version ".tar.bz2"))
|
"/lynx" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i9r2g2aa6np6pll4iqk9m8rmkiiam85m4jp6zgkbx0dq8i9pnx6"))))
|
"1kh7zfv7m9srqapppandx3hkc82rr7r9fkhz22g6d4fr6scvhx3k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list pkg-config perl))
|
(native-inputs (list pkg-config perl))
|
||||||
(inputs (list ncurses
|
(inputs (list ncurses
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue