mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: txr: Update to 274.
* gnu/packages/lisp.scm (txr): Update to 274.
This commit is contained in:
parent
87238a0b2c
commit
cce693a4a9
1 changed files with 2 additions and 2 deletions
|
@ -911,7 +911,7 @@ (define man-for-txr
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "273")
|
||||
(version "274")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -920,7 +920,7 @@ (define-public txr
|
|||
(commit (string-append "txr-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1m4akw64458qcrfbqv71z9y8q9dszj26d7jfqblcn6nn8akx2jyb"))))
|
||||
(base32 "0sz5wqqhmj2b9h9q95s8x4gb4cia6qddqp2mg29a5dpdh6jh3qyp"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue