summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2025-12-27 02:16:59 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:31:03 +0100
commit441819989d40a2b63d221c698f0345007d9ea4d7 (patch)
treed11622e07d204a484b0b17e50ad3c89c5c7270ab /gnu/packages
parent9af25edaaf8569640a554a74577102165ab9daae (diff)
gnu: clojure-tools: Update to 1.12.4.1582.
* gnu/packages/clojure.scm (clojure-tools): Update to 1.12.4.1582. Change-Id: I7debf934c114837dfc86d0a646231872a64f1fdf Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/clojure.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index cd1f602cdc2..d0e648143b8 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -212,14 +212,14 @@ designs.")
(define-public clojure-tools
(package
(name "clojure-tools")
- (version "1.11.1.1413")
+ (version "1.12.4.1582")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.clojure.org/install/clojure-tools-"
version
".tar.gz"))
- (sha256 (base32 "1q0z71ifdxwvyy9gvq8mx8jbygf8cszrlhb3h22walfamnisbhwk"))
+ (sha256 (base32 "08gzfblnz0zhnk6pwr9vcm6y168psgrwmqww3wqk1v7j5gr68n7x"))
;; Remove AOT compiled JAR. The other JAR only contains uncompiled
;; Clojure source code.
(snippet