From 771c14c93e5454e865685dae3aebe1c5a3a9746e Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Wed, 1 Sep 2021 20:26:19 +0200 Subject: gnu: txr: Update to 270. * gnu/packages/lisp.scm (txr): Update to 270. --- gnu/packages/lisp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/lisp.scm') diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 6d78a83dcf..7eb8f54d49 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -907,7 +907,7 @@ the HTML documentation of TXR.") (define-public txr (package (name "txr") - (version "268") + (version "270") (source (origin (method git-fetch) @@ -916,7 +916,7 @@ the HTML documentation of 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. -- cgit v1.2.3