gnu: clojure-tools: Update to 1.11.1.1149.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
r0man 2022-07-16 20:24:15 +02:00 committed by Ludovic Courtès
parent 1eb357fdac
commit 9599122c4f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -153,14 +153,14 @@ (define (extract-library name)
(define-public clojure-tools
(package
(name "clojure-tools")
(version "1.10.3.1040")
(version "1.11.1.1149")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.clojure.org/install/clojure-tools-"
version
".tar.gz"))
(sha256 (base32 "0xvr9nmk9q789vp32zmmzj4macv8v7y9ivnfd6lf7i8vxgg6hvgv"))
(sha256 (base32 "196wl87br8zg3npfwpr5c1q0knxd1810vzgb0b6h195hyjf6i210"))
;; Remove AOT compiled JAR. The other JAR only contains uncompiled
;; Clojure source code.
(snippet