all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 71311@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#71311] [PATCH 1/2] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20240529054413-b8e59574e2b2.
Date: Sat,  1 Jun 2024 19:36:18 +0300	[thread overview]
Message-ID: <d7b12a935bf8eccb90a0e0d04c84557c34c57618.1717259488.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1717259488.git.poptsov.artyom@gmail.com>

* gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Update to
  v0.0.0-20240529054413-b8e59574e2b2.
  [arguments]: Use gexps.  Use go-1.21.

Change-Id: I30707c7a2cb6229149c6c9e9c0e3752b3222b84a
---
 gnu/packages/golang.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ab41508103..9bf441a938 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8816,7 +8816,7 @@ (define-public go-github-com-containerd-console
 (define-public go-github-com-arceliar-ironwood
   (package
     (name "go-github-com-arceliar-ironwood")
-    (version "v0.0.0-20231127131626-465b82dfb5bd")
+    (version "v0.0.0-20240529054413-b8e59574e2b2")
     (source
      (origin
        (method git-fetch)
@@ -8826,15 +8826,16 @@ (define-public go-github-com-arceliar-ironwood
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0sywrcvrpkkzi1jxfz2ahqs855h4bmdn1l79q5sdgqiaczr7q4b7"))))
+         "06ay82gqm3k649m7x0r3a3crnqv9x0yxhyqfabrf1b7inki35mfs"))))
     (build-system go-build-system)
     (arguments
-     '(#:import-path "github.com/Arceliar/ironwood"
-       #:tests? #f
-       #:phases
-       (modify-phases %standard-phases
-         ;; Source-only package
-         (delete 'build))))
+     (list #:import-path "github.com/Arceliar/ironwood"
+           #:go go-1.21
+           #:tests? #f
+           #:phases
+           #~(modify-phases %standard-phases
+             ;; Source-only package
+             (delete 'build))))
     (propagated-inputs
      (list go-golang-org-x-crypto go-github-com-arceliar-phony))
     (home-page "https://github.com/Arceliar/ironwood")
-- 
2.45.1





  reply	other threads:[~2024-06-01 16:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-01 16:34 [bug#71311] [PATCH 0/2] gnu: yggdrasil: Update to 0.5.6 Artyom V. Poptsov
2024-06-01 16:36 ` Artyom V. Poptsov [this message]
2024-06-01 16:36 ` [bug#71311] [PATCH 2/2] " Artyom V. Poptsov
2024-06-02  9:52 ` bug#71311: [PATCH 0/2] " Andrew Tropin via Guix-patches via

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

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

  git send-email \
    --in-reply-to=d7b12a935bf8eccb90a0e0d04c84557c34c57618.1717259488.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=71311@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.