gnu: clojure-tools: Update to 1.11.1.1413.

* gnu/packages/clojure.scm (clojure-tools): Update to 1.11.1.1413.
[inputs]: Add clojure-tools-deps.  Remove clojure-tools-deps-alpha.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I52fda6af441d1cd2ba271153f87eb0c35bce31cb
This commit is contained in:
Eugen Stan 2023-11-24 07:43:47 +02:00 committed by Efraim Flashner
parent 7375c5aa1b
commit e82dc389f5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -203,14 +203,14 @@ designs.")
(define-public clojure-tools (define-public clojure-tools
(package (package
(name "clojure-tools") (name "clojure-tools")
(version "1.11.1.1200") (version "1.11.1.1413")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.clojure.org/install/clojure-tools-" (uri (string-append "https://download.clojure.org/install/clojure-tools-"
version version
".tar.gz")) ".tar.gz"))
(sha256 (base32 "075naxfiddi6jqr6rqiywwy91r188n5m8yfqcxddmds2vm5rrpnv")) (sha256 (base32 "1q0z71ifdxwvyy9gvq8mx8jbygf8cszrlhb3h22walfamnisbhwk"))
;; Remove AOT compiled JAR. The other JAR only contains uncompiled ;; Remove AOT compiled JAR. The other JAR only contains uncompiled
;; Clojure source code. ;; Clojure source code.
(snippet (snippet
@ -249,7 +249,7 @@ designs.")
":")))))))) ":"))))))))
(inputs (list rlwrap (inputs (list rlwrap
clojure clojure
clojure-tools-deps-alpha clojure-tools-deps
java-commons-logging-minimal)) java-commons-logging-minimal))
(home-page "https://clojure.org/releases/tools") (home-page "https://clojure.org/releases/tools")
(synopsis "CLI tools for the Clojure programming language") (synopsis "CLI tools for the Clojure programming language")