From b30c60316c9c82f97bd38985980613f2a755d870 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Tue, 6 Jun 2023 10:00:52 +0200 Subject: [PATCH] gnu: txr: Update to 287. * gnu/packages/lisp.scm (txr): Update to 287. --- gnu/packages/lisp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index ed2399b955..9e896cc8a5 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -990,7 +990,7 @@ the HTML documentation of TXR.") (define-public txr (package (name "txr") - (version "286") + (version "287") (source (origin (method git-fetch) @@ -999,7 +999,7 @@ the HTML documentation of TXR.") (commit (string-append "txr-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0c5prq9ans4qv8dgfn85555by9rb22p276g21w4mns0rqhjd0ij8")))) + (base32 "0bwa40l5c0dnpcpfbysqbv8ch58sycbb31dnskmhr387jlv938dl")))) (build-system gnu-build-system) (arguments (list #:configure-flags