mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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:
parent
1a619b7182
commit
6621e5bbab
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue