guix-commits
[Top][All Lists]
Advanced

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

68/244: gnu: txr: Update to 285.


From: guix-commits
Subject: 68/244: gnu: txr: Update to 285.
Date: Wed, 12 Apr 2023 08:47:21 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 5d609a00a8755cc784ece187d94b44dae0f84503
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Apr 4 09:59:05 2023 +0200

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



reply via email to

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