mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
7375c5aa1b
commit
e82dc389f5
1 changed files with 3 additions and 3 deletions
|
@ -203,14 +203,14 @@ (define (make-classpath libraries)
|
|||
(define-public clojure-tools
|
||||
(package
|
||||
(name "clojure-tools")
|
||||
(version "1.11.1.1200")
|
||||
(version "1.11.1.1413")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.clojure.org/install/clojure-tools-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(sha256 (base32 "075naxfiddi6jqr6rqiywwy91r188n5m8yfqcxddmds2vm5rrpnv"))
|
||||
(sha256 (base32 "1q0z71ifdxwvyy9gvq8mx8jbygf8cszrlhb3h22walfamnisbhwk"))
|
||||
;; Remove AOT compiled JAR. The other JAR only contains uncompiled
|
||||
;; Clojure source code.
|
||||
(snippet
|
||||
|
@ -249,7 +249,7 @@ (define-public clojure-tools
|
|||
":"))))))))
|
||||
(inputs (list rlwrap
|
||||
clojure
|
||||
clojure-tools-deps-alpha
|
||||
clojure-tools-deps
|
||||
java-commons-logging-minimal))
|
||||
(home-page "https://clojure.org/releases/tools")
|
||||
(synopsis "CLI tools for the Clojure programming language")
|
||||
|
|
Loading…
Reference in a new issue