guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: txr: Update to 277.


From: guix-commits
Subject: branch master updated: gnu: txr: Update to 277.
Date: Mon, 13 Jun 2022 05:08:23 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c318f4fcb1 gnu: txr: Update to 277.
c318f4fcb1 is described below

commit c318f4fcb190adaab4de491014f59eb79a28efc5
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Jun 13 11:06:57 2022 +0200

    gnu: txr: Update to 277.
    
    * gnu/packages/lisp.scm (txr): Update to 277.
      [inputs]: Add zlib.
---
 gnu/packages/lisp.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index ca85cab2b9..c26da670ac 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -923,7 +923,7 @@ the HTML documentation of TXR.")
 (define-public txr
   (package
     (name "txr")
-    (version "274")
+    (version "277")
     (source
      (origin
        (method git-fetch)
@@ -932,7 +932,7 @@ the HTML documentation of TXR.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0sz5wqqhmj2b9h9q95s8x4gb4cia6qddqp2mg29a5dpdh6jh3qyp"))))
+        (base32 "1w6q5inydz0cf4g3y8954msxfb2clf4nj4aqiiayp0z2y96b7bhk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -991,7 +991,8 @@ the HTML documentation of TXR.")
            man-for-txr))
     (inputs
      (list bash-minimal
-           libffi))
+           libffi
+           zlib))
     (synopsis "General-purpose, multi-paradigm programming language")
     (description
      "TXR is a general-purpose, multi-paradigm programming language.  It



reply via email to

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