mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: lynx: Update to 2.8.9rel.1.
* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9rel.1.
This commit is contained in:
parent
19a3e7f84a
commit
781e515877
1 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ and the GTK+ toolkit.")
|
|||
(define-public lynx
|
||||
(package
|
||||
(name "lynx")
|
||||
(version "2.8.9dev.19")
|
||||
(version "2.8.9rel.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -207,7 +207,7 @@ and the GTK+ toolkit.")
|
|||
"/lynx" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"17wfiad2ha4y15pmwv55j0l9z1z1pcgcasrc6hwbgv0hhdpp08q2"))))
|
||||
"15cmyyma2kz1hfaa6mwjgli8zwdzq3jv0q2cl6nwzycjfwyijzrq"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("perl" ,perl)))
|
||||
|
|
Loading…
Reference in a new issue