guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: txr: Update to 288.


From: guix-commits
Subject: 04/05: gnu: txr: Update to 288.
Date: Sat, 17 Jun 2023 05:26:36 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 546e7f362aa72168c10885dc2f68c9886a717c1a
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Jun 17 11:16:04 2023 +0200

    gnu: txr: Update to 288.
    
    * gnu/packages/lisp.scm (txr): Update to 288.
---
 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 a7e06dd34c..7fa2edcb27 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -993,7 +993,7 @@ the HTML documentation of TXR.")
 (define-public txr
   (package
     (name "txr")
-    (version "287")
+    (version "288")
     (source
      (origin
        (method git-fetch)
@@ -1002,7 +1002,7 @@ the HTML documentation of TXR.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bwa40l5c0dnpcpfbysqbv8ch58sycbb31dnskmhr387jlv938dl"))))
+        (base32 "0an26zffdaw9m673i077r2bw061mhzv4lz4z127sgda5gvg999mf"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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