GNU bug report logs -
#34190
[PATCH] gnu: clojure: Update to 1.10.0.
Previous Next
Reported by: Mathieu Lirzin <mthl <at> gnu.org>
Date: Thu, 24 Jan 2019 12:50:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Mathieu,
> * gnu/packages/clojure.scm (clojure): Update to 1.10.0.
> [source]: Use 'git-fetch'.
> ---
> gnu/packages/clojure.scm | 19 ++++++++++---------
> 1 file changed, 10 insertions(+), 9 deletions(-)
>
> diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
> index 1dba4cef87..8112b65278 100644
> --- a/gnu/packages/clojure.scm
> +++ b/gnu/packages/clojure.scm
> @@ -65,15 +65,16 @@
>
> (package
> (name "clojure")
> - (version "1.9.0")
> - (source
> - (origin
> - (method url-fetch)
> - (uri
> - (string-append "https://github.com/clojure/clojure/archive/clojure-"
> - version ".tar.gz"))
> - (sha256
> - (base32 "0xjbzcw45z32vsn9pifp7ndysjzqswp5ig0jkjpivigh2ckkdzha"))))
> + (version "1.10.0")
> + (source (let ((name+version (string-append name "-" version)))
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/clojure/clojure")
> + (commit name+version)))
> + (file-name (string-append name+version "-checkout"))
> + (sha256
> + (base32 "1kcyv2836acs27vi75hvf3r773ahv2nlh9b3j9xa9m9sdanz1h83")))))
> (build-system ant-build-system)
> (arguments
> `(#:imported-modules ((guix build clojure-utils)
This looks good to me. Thanks!
--
Ricardo
This bug report was last modified 6 years and 116 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.