unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Rostislav Svoboda <rostislav.svoboda@gmail.com>
To: 68820@debbugs.gnu.org
Subject: [bug#68820] [PATCH] gnu: clojure-tools: Update to 1.11.1.1435.
Date: Wed, 31 Jan 2024 01:10:51 +0100	[thread overview]
Message-ID: <CAEtmmewvZ=pp7KO2MU4b6uyEDwADiwT_u18WzYKTGx_Nr2hfuQ@mail.gmail.com> (raw)
In-Reply-To: <f0ba4676fc981023a7dd714a93381b8873cb30af.1706626988.git.Rostislav.Svoboda@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1165 bytes --]

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)

[-- Attachment #2: 0001-gnu-clojure-tools-Update-to-1.11.1.1200.patch --]
[-- Type: text/x-patch, Size: 1434 bytes --]

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


  reply	other threads:[~2024-01-31  0:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-30 15:03 [bug#68820] [PATCH] gnu: clojure-tools: Update to 1.11.1.1435 Rostislav Svoboda
2024-01-31  0:10 ` Rostislav Svoboda [this message]
2024-02-10 10:40   ` Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEtmmewvZ=pp7KO2MU4b6uyEDwADiwT_u18WzYKTGx_Nr2hfuQ@mail.gmail.com' \
    --to=rostislav.svoboda@gmail.com \
    --cc=68820@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).