GNU bug report logs - #34190
[PATCH] gnu: clojure: Update to 1.10.0.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Lirzin <mthl <at> gnu.org>
Subject: bug#34190: closed (Re: [bug#34190] [PATCH] gnu: clojure: Update
 to 1.10.0.)
Date: Tue, 29 Jan 2019 10:47:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#34190: [PATCH] gnu: clojure: Update to 1.10.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 34190 <at> debbugs.gnu.org.

-- 
34190: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34190
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: Mathieu Lirzin <mthl <at> gnu.org>
Cc: 34190-done <at> debbugs.gnu.org
Subject: Re: [bug#34190] [PATCH] gnu: clojure: Update to 1.10.0.
Date: Tue, 29 Jan 2019 10:59:54 +0100
Ricardo Wurmus <rekado <at> elephly.net> writes:

> Hi Mathieu,
>
>> * gnu/packages/clojure.scm (clojure): Update to 1.10.0.
>> [source]: Use 'git-fetch'.
[…]
> This looks good to me.  Thanks!

Pushed to “master” with commit 9e532ae22.

--
Ricardo


[Message part 3 (message/rfc822, inline)]
From: Mathieu Lirzin <mthl <at> gnu.org>
To: guix-patches <at> gnu.org
Cc: Mathieu Lirzin <mthl <at> gnu.org>
Subject: [PATCH] gnu: clojure: Update to 1.10.0.
Date: Thu, 24 Jan 2019 13:48:31 +0100
* 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)
-- 
2.20.1




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.