diff mbox series

[bug#68820] gnu: clojure-tools: Update to 1.11.1.1435.

Message ID CAEtmmewvZ=pp7KO2MU4b6uyEDwADiwT_u18WzYKTGx_Nr2hfuQ@mail.gmail.com
State New
Headers show
Series [bug#68820] gnu: clojure-tools: Update to 1.11.1.1435. | expand

Commit Message

Rostislav Svoboda Jan. 31, 2024, 12:10 a.m. UTC
The patch I sent in the previous email doesn't work.

The clojure-tools's project structure changed a bit since 1.11.1.1165
from Sep 18, 2022 so that a simple version number update 1.11.1.1165
-> [latest-version] works only until 1.11.1.1200 from Nov 14, 2022.

The first non-trivial change (,from Guix's POV) was made in the
1.11.1.1208 in https://github.com/clojure/brew-install/commit/efa6c91b799fc0bcdd7ff9fa94c162c6634fc056#diff-551f87f7577a57c2f4f74b35056d5c7985331f7a38976810fd2bbc213bfe7bb5

-  org.clojure/tools.deps.alpha {:mvn/version "0.15.1254"}
+  org.clojure/tools.deps {:mvn/version "0.16.1264"}

Here the change-log entry "Use tools.deps 0.16.1264"
https://clojure.org/releases/tools#v1.11.1.1208 oversimplifies the
change, consisting of:
1. Change "library" to "cloned-library" (org.clojure/tools.deps.alpha
-> org.clojure/tools.deps)
2. Adopt a different namespace structure of the "cloned-library"
(tools.deps.alpha -> tools.deps)
3. Change version number (0.15.1254 -> 0.16.1264)

Please ignore the patch from my previous email and pull this one
instead. (It's just a simple update of clojure-tools 1.11.1.1165 ->
1.11.1.1200)

Thx (and sorry)

Comments

Christopher Baines Feb. 10, 2024, 10:40 a.m. UTC | #1
Rostislav Svoboda <rostislav.svoboda@gmail.com> writes:

> The patch I sent in the previous email doesn't work.
>
> The clojure-tools's project structure changed a bit since 1.11.1.1165
> from Sep 18, 2022 so that a simple version number update 1.11.1.1165
> -> [latest-version] works only until 1.11.1.1200 from Nov 14, 2022.
>
> The first non-trivial change (,from Guix's POV) was made in the
> 1.11.1.1208 in https://github.com/clojure/brew-install/commit/efa6c91b799fc0bcdd7ff9fa94c162c6634fc056#diff-551f87f7577a57c2f4f74b35056d5c7985331f7a38976810fd2bbc213bfe7bb5
>
> -  org.clojure/tools.deps.alpha {:mvn/version "0.15.1254"}
> +  org.clojure/tools.deps {:mvn/version "0.16.1264"}
>
> Here the change-log entry "Use tools.deps 0.16.1264"
> https://clojure.org/releases/tools#v1.11.1.1208 oversimplifies the
> change, consisting of:
> 1. Change "library" to "cloned-library" (org.clojure/tools.deps.alpha
> -> org.clojure/tools.deps)
> 2. Adopt a different namespace structure of the "cloned-library"
> (tools.deps.alpha -> tools.deps)
> 3. Change version number (0.15.1254 -> 0.16.1264)
>
> Please ignore the patch from my previous email and pull this one
> instead. (It's just a simple update of clojure-tools 1.11.1.1165 ->
> 1.11.1.1200)
>
> Thx (and sorry)

No problem, thanks for the patch. I've pushed this to master now as
6621e5bbab765af86fa8ee795c7d41db5d75707a.

Chris
diff mbox series

Patch

From 5c86f875c06866a202e8619cdde4a222664bc84a Mon Sep 17 00:00:00 2001
Message-ID: <5c86f875c06866a202e8619cdde4a222664bc84a.1706654704.git.Rostislav.Svoboda@gmail.com>
From: Rostislav Svoboda <Rostislav.Svoboda@gmail.com>
Date: Tue, 30 Jan 2024 16:01:25 +0100
Subject: [PATCH] gnu: clojure-tools: Update to 1.11.1.1200.

* gnu/packages/clojure.scm (clojure-tools): Update to 1.11.1.1200.

Change-Id: Ifcd272ab679c5a8634167cfd289ca6719c36bbdb
---
 gnu/packages/clojure.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index e28998b570..27fce6f368 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -203,14 +203,14 @@  (define-public clojure
 (define-public clojure-tools
   (package
     (name "clojure-tools")
-    (version "1.11.1.1165")
+    (version "1.11.1.1200")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.clojure.org/install/clojure-tools-"
                            version
                            ".tar.gz"))
-       (sha256 (base32 "1lg97waqfcgzr3dz5426fbc4kqcsavpbqil2iyjm1dw3zrfa8ysi"))
+       (sha256 (base32 "075naxfiddi6jqr6rqiywwy91r188n5m8yfqcxddmds2vm5rrpnv"))
        ;; Remove AOT compiled JAR.  The other JAR only contains uncompiled
        ;; Clojure source code.
        (snippet

base-commit: f6bbee5f05be8f297aea65013b9f2c679c6bf9aa
-- 
2.41.0