1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-13 20:14:06 +02:00

gnu: clojure-tools: Update to 1.12.4.1618.

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

Change-Id: I3081bf7b685ff341e54e5fb2b6c51a08821f785e
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Mathieu Lirzin
2026-05-05 00:23:00 +02:00
committed by Julien Lepiller
parent c702ac8021
commit 370d7883cf
+2 -2
View File
@@ -377,14 +377,14 @@ designs.")
(define-public clojure-tools
(package
(name "clojure-tools")
(version "1.12.4.1582")
(version "1.12.4.1618")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.clojure.org/install/clojure-tools-"
version
".tar.gz"))
(sha256 (base32 "08gzfblnz0zhnk6pwr9vcm6y168psgrwmqww3wqk1v7j5gr68n7x"))
(sha256 (base32 "08fy3k248sbsrbgl0lq3q4d23vp4chdawy230ardx61sssk9sxhk"))
;; Remove AOT compiled JAR. The other JAR only contains uncompiled
;; Clojure source code.
(snippet