mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-23 00:48:08 +01:00
nongnu: clojure-tools: Update to 1.10.3.933.
* nongnu/packages/clojure.scm (clojure-tools): Update to 1.10.3.933.
This commit is contained in:
parent
f48f78370f
commit
e906ec0736
1 changed files with 2 additions and 2 deletions
|
@ -31,14 +31,14 @@
|
||||||
(define-public clojure-tools
|
(define-public clojure-tools
|
||||||
(package
|
(package
|
||||||
(name "clojure-tools")
|
(name "clojure-tools")
|
||||||
(version "1.10.3.855")
|
(version "1.10.3.933")
|
||||||
(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 "114kn44azhsgzbjhiisdm502j6ss4kfg1mck9rjldrka2hwfwqyb"))))
|
(sha256 (base32 "0w359cw3079xdhvl5z7hdd4h0jbdacpm9l12xszwdbsnfgyb9jf6"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-plan
|
`(#:install-plan
|
||||||
|
|
Loading…
Reference in a new issue