guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: txr: Update to 270.


From: guix-commits
Subject: 03/04: gnu: txr: Update to 270.
Date: Wed, 1 Sep 2021 14:31:49 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 771c14c93e5454e865685dae3aebe1c5a3a9746e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Sep 1 20:26:19 2021 +0200

    gnu: txr: Update to 270.
    
    * gnu/packages/lisp.scm (txr): Update to 270.
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 6d78a83..7eb8f54 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -907,7 +907,7 @@ the HTML documentation of TXR.")
 (define-public txr
   (package
     (name "txr")
-    (version "268")
+    (version "270")
     (source
      (origin
        (method git-fetch)
@@ -916,7 +916,7 @@ the HTML documentation of TXR.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0q97qddbgk9356gx4xp8iip4pwj3ln03dvjfgrny76f3wmmiwsw6"))))
+        (base32 "1kp64h3ls8mddvrlaqqylrb3brckfrqvkk8049xn15mimfggg0xv"))))
     (build-system gnu-build-system)
     (native-inputs
      ;; Required to build the documentation.



reply via email to

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