guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 01/02: gnu: txr: Update to 286.
Date: Tue, 9 May 2023 08:21:18 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit f5a2c6c2ab16e311545ff49bb756815edd5d7e89
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue May 9 14:15:23 2023 +0200

    gnu: txr: Update to 286.
    
    * gnu/packages/lisp.scm (txr): Update to 286.
---
 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 2cdb76cfff..000c8e8e66 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -987,7 +987,7 @@ the HTML documentation of TXR.")
 (define-public txr
   (package
     (name "txr")
-    (version "285")
+    (version "286")
     (source
      (origin
        (method git-fetch)
@@ -996,7 +996,7 @@ the HTML documentation of TXR.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ypsgakhak0znmg3wzblfcwd4s4nanzm61dz66gwi48rfnq35znl"))))
+        (base32 "0c5prq9ans4qv8dgfn85555by9rb22p276g21w4mns0rqhjd0ij8"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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