mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: tcsh: Update to 6.24.01.
* gnu/packages/shells.scm (tcsh): Update to 6.24.01. [source](uri): Switch to new download location.
This commit is contained in:
parent
438b63fcb3
commit
bad74c24f0
1 changed files with 4 additions and 4 deletions
|
@ -394,17 +394,17 @@ (define-public es
|
||||||
(define-public tcsh
|
(define-public tcsh
|
||||||
(package
|
(package
|
||||||
(name "tcsh")
|
(name "tcsh")
|
||||||
(version "6.22.03")
|
(version "6.24.01")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; Old tarballs are moved to old/.
|
;; Old tarballs are moved to old/.
|
||||||
(uri (list (string-append "ftp://ftp.astron.com/pub/tcsh/"
|
(uri (list (string-append "https://astron.com/pub/tcsh/"
|
||||||
"tcsh-" version ".tar.gz")
|
"tcsh-" version ".tar.gz")
|
||||||
(string-append "ftp://ftp.astron.com/pub/tcsh/"
|
(string-append "https://astron.com/pub/tcsh/"
|
||||||
"old/tcsh-" version ".tar.gz")))
|
"old/tcsh-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dv24bsp6faayinvwds092ylk9sb6894rl9ddm87y31a7mjzsb5y"))
|
"0zhxp4m1fxyd3a2qyvs97gzlrb0h0ah1gjrqcbilgydiffws2nan"))
|
||||||
(patches (search-patches "tcsh-fix-autotest.patch"))
|
(patches (search-patches "tcsh-fix-autotest.patch"))
|
||||||
(patch-flags '("-p0"))))
|
(patch-flags '("-p0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue