guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: txr: Update to 284.


From: guix-commits
Subject: 04/04: gnu: txr: Update to 284.
Date: Wed, 25 Jan 2023 04:52:15 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit ba1b61a72d56600e7c6f9c490129e95ab9ba0c9e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Jan 25 10:48:21 2023 +0100

    gnu: txr: Update to 284.
    
    * gnu/packages/lisp.scm (txr): Update to 284.
---
 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 753952152e..2afeb30a55 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -983,7 +983,7 @@ the HTML documentation of TXR.")
 (define-public txr
   (package
     (name "txr")
-    (version "282")
+    (version "284")
     (source
      (origin
        (method git-fetch)
@@ -992,7 +992,7 @@ the HTML documentation of TXR.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hzni1v9qlh1vy8spz8prink7v9hp2bin15vnyfha2ax306w6dq5"))))
+        (base32 "1v6dq1q98v3jdx7g67k15njkpp49iwf30n29rrhwng3b3njqm75g"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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