mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-26 10:25:19 +01:00
nongnu: clojure-tools: Update to 1.10.3.1029.
* nongnu/packages/clojure.scm (clojure-tools): Update to 1.10.3.1029.
This commit is contained in:
parent
2a44c2c599
commit
df9d1de47f
1 changed files with 2 additions and 2 deletions
|
@ -31,14 +31,14 @@
|
|||
(define-public clojure-tools
|
||||
(package
|
||||
(name "clojure-tools")
|
||||
(version "1.10.3.1020")
|
||||
(version "1.10.3.1029")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.clojure.org/install/clojure-tools-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(sha256 (base32 "1qh4lvsjda7f1clak3adq68gcw41j30y44k1bsqs6wzxpwy4qram"))))
|
||||
(sha256 (base32 "14c08xva1r6sl3h78vhckwx5dd8kqwi7457prygh9330b7r8caa2"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan
|
||||
|
|
Loading…
Reference in a new issue