gnu: txr: Update to 270.
* gnu/packages/lisp.scm (txr): Update to 270.
This commit is contained in:
parent
6547920064
commit
771c14c93e
1 changed files with 2 additions and 2 deletions
|
@ -907,7 +907,7 @@ (define man-for-txr
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "268")
|
||||
(version "270")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -916,7 +916,7 @@ (define-public txr
|
|||
(commit (string-append "txr-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0q97qddbgk9356gx4xp8iip4pwj3ln03dvjfgrny76f3wmmiwsw6"))))
|
||||
(base32 "1kp64h3ls8mddvrlaqqylrb3brckfrqvkk8049xn15mimfggg0xv"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
;; Required to build the documentation.
|
||||
|
|
Loading…
Reference in a new issue