mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: lynx: Upgrade to 2.8.8rel.2.
* gnu/packages/lynx.scm (lynx): Upgrade to 2.8.8rel.2.
This commit is contained in:
parent
e2ca23c584
commit
5f32ba88c4
1 changed files with 6 additions and 4 deletions
|
@ -33,13 +33,15 @@ (define-module (gnu packages lynx)
|
||||||
(define-public lynx
|
(define-public lynx
|
||||||
(package
|
(package
|
||||||
(name "lynx")
|
(name "lynx")
|
||||||
(version "2.8.8")
|
(version "2.8.8rel.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://lynx.isc.org/lynx" version
|
(uri (string-append
|
||||||
"/lynx" version ".tar.bz2"))
|
"http://lynx.isc.org/lynx"
|
||||||
|
(substring version 0 (string-index version char-set:letter))
|
||||||
|
"/lynx" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00jcfmx4bxnrzywzzlllz3z45a2mc4fl91ca5lrzz1pyr1s1qnm2"))))
|
(base32 "1rxysl08acqll5b87368f04kckl8sggy1qhnq59gsxyny1ffg039"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
|
|
Loading…
Reference in a new issue