GNU bug report logs - #75150
[PATCH] gnu: clojure: Update to 1.12.0.

Previous Next

Package: guix-patches;

Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>

Date: Fri, 27 Dec 2024 21:31:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> chbouib.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75150 in the body.
You can then email your comments to 75150 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75150; Package guix-patches. (Fri, 27 Dec 2024 21:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 27 Dec 2024 21:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: clojure: Update to 1.12.0.
Date: Fri, 27 Dec 2024 21:29:34 +0000
* gnu/packages/clojure.scm (clojure): Update to 1.12.0.
[libraries]<core-specs-alpha-src>: Update to 0.4.74.
<spec-alpha-src>: Update to 0.5.238.
<test-generative-src>: Update to 1.1.0.

Change-Id: Ia3c3a4ab858f71f801a5290e941cfaeda634b830
---
 gnu/packages/clojure.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 09674f541e..a892df4dd9 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -45,8 +45,8 @@ (define-public clojure
          (libraries
           `(("core-specs-alpha-src"
              ,(lib "core.specs.alpha/archive/v"
-                   "0.2.62"
-                   "0v6nhghsigpzm8y7dykfm318q5dvk5l8sykmn1hr0qgs1jsjqh9j"))
+                   "0.4.74"
+                   "1hgl3222381349s4w5bnz02gghxfc8jjsqxhrvgadvn8ybh3dcsp"))
             ("data-generators-src"
              ,(lib "data.generators/archive/data.generators-"
                    "1.0.0"
@@ -57,16 +57,16 @@ (define-public clojure
                    "178zajjsc9phk5l61r8w9hcpk0wgc9a811pl7kjgvn7rg4l7fh7j"))
             ("spec-alpha-src"
              ,(lib "spec.alpha/archive/v"
-                   "0.3.218"
-                   "0h5nd9xlind1a2vmllr2yfhnirgj2pm5dndgqzrly78l5iwcc3wa"))
+                   "0.5.238"
+                   "0h15q9cmxaa7l2pqwwcykfyql8vbw6ns2a4lqfchik1mpfpr9jrb"))
             ("test-check-src"
              ,(lib "test.check/archive/v"
                    "1.1.1"
                    "0kx8l79mhpnn94rpsgc7nac7gb222g7a47mzrycj8crfc54wf0c1"))
             ("test-generative-src"
-             ,(lib "test.generative/archive/test.generative-"
-                   "1.0.0"
-                   "0yy2vc38s4j5n94jdcjx1v7l2gdq0lywam31id1jh07sx37lv5il"))
+             ,(lib "test.generative/archive/v"
+                   "1.1.0"
+                   "0sm3q4jkcn06b3r0m0p29z159zqc8jk3k02yz92xwvdbnywaqnfz"))
             ("tools-namespace-src"
              ,(lib "tools.namespace/archive/tools.namespace-"
                    "1.0.0"
@@ -81,7 +81,7 @@ (define-public clojure
 
     (package
       (name "clojure")
-      (version "1.11.1")
+      (version "1.12.0")
       (source (let ((name+version (string-append name "-" version)))
                 (origin
                   (method git-fetch)
@@ -90,7 +90,7 @@ (define-public clojure
                         (commit name+version)))
                   (file-name (string-append name+version "-checkout"))
                   (sha256
-                   (base32 "1xbab21rm9zvhmw1i2h5lqm7612vrdkxprq0rgb2i3sbgsxcdsn4")))))
+                   (base32 "17f62x9qq71yhcfpg2npv19xi9wcpgqj255nmvpfy1z2md64gawz")))))
       (build-system ant-build-system)
       (inputs
        `(("jre" ,icedtea)))

base-commit: 3a8c20408f0078a580d27f74bc69b5a1069a003b
-- 
2.47.1





Reply sent to Ludovic Courtès <ludo <at> chbouib.org>:
You have taken responsibility. (Tue, 15 Apr 2025 10:04:02 GMT) Full text and rfc822 format available.

Notification sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
bug acknowledged by developer. (Tue, 15 Apr 2025 10:04:03 GMT) Full text and rfc822 format available.

Message #10 received at 75150-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> chbouib.org>
To: Ashish SHUKLA <ashish.is <at> lostca.se>
Cc: 75150-done <at> debbugs.gnu.org
Subject: Re: [bug#75150] [PATCH] gnu: clojure: Update to 1.12.0.
Date: Tue, 15 Apr 2025 11:59:49 +0200
Ashish SHUKLA <ashish.is <at> lostca.se> writes:

> * gnu/packages/clojure.scm (clojure): Update to 1.12.0.
> [libraries]<core-specs-alpha-src>: Update to 0.4.74.
> <spec-alpha-src>: Update to 0.5.238.
> <test-generative-src>: Update to 1.1.0.
>
> Change-Id: Ia3c3a4ab858f71f801a5290e941cfaeda634b830

Applied after checking with ‘guix build -P1 clojure’.

Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 13 May 2025 11:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 38 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.