guix-commits
[Top][All Lists]
Advanced

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

02/105: gnu: txr: Update to 298.


From: guix-commits
Subject: 02/105: gnu: txr: Update to 298.
Date: Sat, 21 Dec 2024 11:56:32 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit 36412941b4ab81d5ebaf94fa25b9511cc2ab728c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Dec 19 11:04:01 2024 +0100

    gnu: txr: Update to 298.
    
    * gnu/packages/lisp.scm (txr): Update to 298.
    
    Change-Id: If0c79aa4606875edf42d980f8f2e17b8cdd0c849
---
 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 82ab70fd70..9cc630eec2 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1575,7 +1575,7 @@ the HTML documentation of TXR.")
 (define-public txr
   (package
     (name "txr")
-    (version "296")
+    (version "298")
     (source
      (origin
        (method git-fetch)
@@ -1584,7 +1584,7 @@ the HTML documentation of TXR.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1b91s5kpsf62j9qdk352kh94knd9iykk64dvbrba09h3zryankyv"))))
+        (base32 "1y2g3dn47df781alfqaiak0nqkzv73yiaiypdd0q2gki9vriam1m"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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