gnu: clojure: Update to 1.10.0.
* gnu/packages/clojure.scm (clojure): Update to 1.10.0. [source]: Use 'git-fetch'.
This commit is contained in:
parent
b412ddcb1a
commit
9e532ae22a
|
@ -65,15 +65,16 @@
|
||||||
|
|
||||||
(package
|
(package
|
||||||
(name "clojure")
|
(name "clojure")
|
||||||
(version "1.9.0")
|
(version "1.10.0")
|
||||||
(source
|
(source (let ((name+version (string-append name "-" version)))
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri (git-reference
|
||||||
(string-append "https://github.com/clojure/clojure/archive/clojure-"
|
(url "https://github.com/clojure/clojure")
|
||||||
version ".tar.gz"))
|
(commit name+version)))
|
||||||
(sha256
|
(file-name (string-append name+version "-checkout"))
|
||||||
(base32 "0xjbzcw45z32vsn9pifp7ndysjzqswp5ig0jkjpivigh2ckkdzha"))))
|
(sha256
|
||||||
|
(base32 "1kcyv2836acs27vi75hvf3r773ahv2nlh9b3j9xa9m9sdanz1h83")))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:imported-modules ((guix build clojure-utils)
|
`(#:imported-modules ((guix build clojure-utils)
|
||||||
|
|
Loading…
Reference in New Issue