mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
(package
|
||||
(name "lynx")
|
||||
(version "2.8.8")
|
||||
(version "2.8.8rel.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://lynx.isc.org/lynx" version
|
||||
"/lynx" version ".tar.bz2"))
|
||||
(uri (string-append
|
||||
"http://lynx.isc.org/lynx"
|
||||
(substring version 0 (string-index version char-set:letter))
|
||||
"/lynx" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "00jcfmx4bxnrzywzzlllz3z45a2mc4fl91ca5lrzz1pyr1s1qnm2"))))
|
||||
(base32 "1rxysl08acqll5b87368f04kckl8sggy1qhnq59gsxyny1ffg039"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("perl" ,perl)))
|
||||
|
|
Loading…
Reference in a new issue