mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 18:08:09 +01:00
nongnu: clojure-tools: Update to 1.10.3.1040.
* nongnu/packages/clojure.scm (clojure-tools): Update to 1.10.3.1040.
This commit is contained in:
parent
971aa95535
commit
5dac8274f7
1 changed files with 2 additions and 2 deletions
|
@ -34,14 +34,14 @@
|
||||||
(define-public clojure-tools
|
(define-public clojure-tools
|
||||||
(package
|
(package
|
||||||
(name "clojure-tools")
|
(name "clojure-tools")
|
||||||
(version "1.10.3.1029")
|
(version "1.10.3.1040")
|
||||||
(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 "14c08xva1r6sl3h78vhckwx5dd8kqwi7457prygh9330b7r8caa2"))))
|
(sha256 (base32 "0xvr9nmk9q789vp32zmmzj4macv8v7y9ivnfd6lf7i8vxgg6hvgv"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-plan
|
`(#:install-plan
|
||||||
|
|
Loading…
Reference in a new issue