[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: txr: Update to 244.
From: |
guix-commits |
Subject: |
branch master updated: gnu: txr: Update to 244. |
Date: |
Tue, 13 Oct 2020 07:57:56 -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 7b554d6 gnu: txr: Update to 244.
7b554d6 is described below
commit 7b554d690fc12b5011fe168cafaa2447f7d0b304
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Oct 13 13:41:37 2020 +0200
gnu: txr: Update to 244.
* gnu/packages/lisp.scm (txr): Update to 244.
[native-inputs]: Remove bison and flex.
---
gnu/packages/lisp.scm | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index df901aa..aa6d7c1 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -51,10 +51,8 @@
#:use-module (gnu packages admin)
#:use-module (gnu packages base)
#:use-module (gnu packages bdw-gc)
- #:use-module (gnu packages bison)
#:use-module (gnu packages compression)
#:use-module (gnu packages ed)
- #:use-module (gnu packages flex)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages gcc)
#:use-module (gnu packages gettext)
@@ -801,7 +799,7 @@ enough to play the original mainframe Zork all the way
through.")
(define-public txr
(package
(name "txr")
- (version "243")
+ (version "244")
(source
(origin
(method git-fetch)
@@ -810,7 +808,7 @@ enough to play the original mainframe Zork all the way
through.")
(commit (string-append "txr-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "08rrl7ac6jnx0zfchzbpvs3qidrbjrl9c7p8s1wms90lp10i18ak"))))
+ (base32 "1bzhb1pms6gjzphbsimhwdyq46ik1m7sgldigg5l1q7bppg9r3i0"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -832,9 +830,6 @@ enough to play the original mainframe Zork all the way
through.")
"tests/017/realpath.expected")
(("/usr/bin") "/"))
#t)))))
- (native-inputs
- `(("bison" ,bison)
- ("flex" ,flex)))
(inputs
`(("libffi" ,libffi)))
(synopsis "General-purpose, multi-paradigm programming language")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: txr: Update to 244.,
guix-commits <=