guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/21: gnu: tcsh: Update to 6.24.01.


From: guix-commits
Subject: 13/21: gnu: tcsh: Update to 6.24.01.
Date: Thu, 30 Jun 2022 17:27:36 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit bad74c24f0141a56f0c91d5bb3760d0c6717e8d8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 30 16:56:29 2022 +0200

    gnu: tcsh: Update to 6.24.01.
    
    * gnu/packages/shells.scm (tcsh): Update to 6.24.01.
    [source](uri): Switch to new download location.
---
 gnu/packages/shells.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index b7a1f4753e..fb8feb3425 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -394,17 +394,17 @@ written by Paul Haahr and Byron Rakitzis.")
 (define-public tcsh
   (package
     (name "tcsh")
-    (version "6.22.03")
+    (version "6.24.01")
     (source (origin
               (method url-fetch)
               ;; 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")
-                         (string-append "ftp://ftp.astron.com/pub/tcsh/";
+                         (string-append "https://astron.com/pub/tcsh/";
                                         "old/tcsh-" version ".tar.gz")))
               (sha256
                (base32
-                "1dv24bsp6faayinvwds092ylk9sb6894rl9ddm87y31a7mjzsb5y"))
+                "0zhxp4m1fxyd3a2qyvs97gzlrb0h0ah1gjrqcbilgydiffws2nan"))
               (patches (search-patches "tcsh-fix-autotest.patch"))
               (patch-flags '("-p0"))))
     (build-system gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]