gnu: clojure-tools: Update to 1.11.1.1200.

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

Change-Id: Ifcd272ab679c5a8634167cfd289ca6719c36bbdb
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Rostislav Svoboda 2024-01-30 16:01:25 +01:00 committed by Christopher Baines
parent 1a619b7182
commit 6621e5bbab
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -203,14 +203,14 @@ (define (make-classpath libraries)
(define-public clojure-tools
(package
(name "clojure-tools")
(version "1.11.1.1165")
(version "1.11.1.1200")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.clojure.org/install/clojure-tools-"
version
".tar.gz"))
(sha256 (base32 "1lg97waqfcgzr3dz5426fbc4kqcsavpbqil2iyjm1dw3zrfa8ysi"))
(sha256 (base32 "075naxfiddi6jqr6rqiywwy91r188n5m8yfqcxddmds2vm5rrpnv"))
;; Remove AOT compiled JAR. The other JAR only contains uncompiled
;; Clojure source code.
(snippet