guix-patches
[Top][All Lists]
Advanced

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

[bug#56379] [PATCH v2] gnu: txr: Update to 278.


From: Paul A. Patience
Subject: [bug#56379] [PATCH v2] gnu: txr: Update to 278.
Date: Mon, 04 Jul 2022 04:23:14 +0000

* gnu/packages/lisp.scm (txr): Update to 278.
[source]: Use 'https' in url.
---
Forgot to update the URL to https.

 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 af65d9327f..021287afa9 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -958,16 +958,16 @@ (define man-for-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
--
2.36.1







reply via email to

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