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:
Mathieu Lirzin 2019-01-24 13:48:31 +01:00 committed by Ricardo Wurmus
parent b412ddcb1a
commit 9e532ae22a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 10 additions and 9 deletions

View File

@ -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)