gnu: clojure-tools-reader: Update to 1.6.0.

* gnu/packages/clojure.scm (clojure-tools-reader): Update to 1.6.0.

Change-Id: Ia76d47a38e52b52452e6d4320bc6dac631fa7c82
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Mathieu Lirzin 2026-01-06 02:18:27 +01:00 committed by Ludovic Courtès
parent 3db8e4262b
commit 7b49734b71
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -224,7 +224,7 @@ concise, powerful tests.")
(define-public clojure-tools-reader
(package
(name "clojure-tools-reader")
(version "1.5.0")
(version "1.6.0")
(home-page "https://github.com/clojure/tools.reader")
(source (origin
(method git-fetch)
@ -234,7 +234,7 @@ concise, powerful tests.")
(file-name (git-file-name name version))
(sha256
(base32
"1jf05q4ym8z16qaxidx47g2gjv04qcf1wvkca3wqyiaszpvym4zz"))))
"006zy7dpk678rzawqyqcypccw48bl4b9s4xjrwzhgq8z5s8v6lnd"))))
(build-system clojure-build-system)
(arguments
'(#:doc-dirs '()