guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: txr: Update to 278.


From: guix-commits
Subject: 01/02: gnu: txr: Update to 278.
Date: Wed, 6 Jul 2022 05:07:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c2fe78db73401a67306a5119ea9ca8de1d240a21
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Mon Jul 4 04:23:14 2022 +0000

    gnu: txr: Update to 278.
    
    * gnu/packages/lisp.scm (txr): Update to 278.
    [source]: Use 'https' in url.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/lisp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 72b6accc29..0bb10e4efd 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -959,16 +959,16 @@ the HTML documentation of TXR.")
 (define-public txr
   (package
     (name "txr")
-    (version "277")
+    (version "278")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "http://www.kylheku.com/git/txr/";)
+             (url "https://www.kylheku.com/git/txr/";)
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1w6q5inydz0cf4g3y8954msxfb2clf4nj4aqiiayp0z2y96b7bhk"))))
+        (base32 "08jmqv245vnvl4xx6x5a5hxlnhdcipfdbja54dvsi6wkiks2fif7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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