3
5
Fork 0
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:
Tobias Geerinckx-Rice 2018-08-10 00:23:43 +02:00
parent 19a3e7f84a
commit 781e515877
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)))