all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71311] [PATCH 0/2] gnu: yggdrasil: Update to 0.5.6.
@ 2024-06-01 16:34 Artyom V. Poptsov
  2024-06-01 16:36 ` [bug#71311] [PATCH 1/2] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20240529054413-b8e59574e2b2 Artyom V. Poptsov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Artyom V. Poptsov @ 2024-06-01 16:34 UTC (permalink / raw)
  To: 71311; +Cc: Artyom V. Poptsov

This patchset updates Yggdrasil to 0.5.6.

Artyom V. Poptsov (2):
  gnu: go-github-com-arceliar-ironwood: Update to
    v0.0.0-20240529054413-b8e59574e2b2.
  gnu: yggdrasil: Update to 0.5.6.

 gnu/packages/golang.scm     | 17 +++++++++--------
 gnu/packages/networking.scm |  4 ++--
 2 files changed, 11 insertions(+), 10 deletions(-)


base-commit: dc4c48f10281007a0ab3541b8a64198c60c6d5b0
-- 
2.45.1





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#71311] [PATCH 1/2] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20240529054413-b8e59574e2b2.
  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
  2024-06-01 16:36 ` [bug#71311] [PATCH 2/2] gnu: yggdrasil: Update to 0.5.6 Artyom V. Poptsov
  2024-06-02  9:52 ` bug#71311: [PATCH 0/2] " Andrew Tropin via Guix-patches via
  2 siblings, 0 replies; 4+ messages in thread
From: Artyom V. Poptsov @ 2024-06-01 16:36 UTC (permalink / raw)
  To: 71311; +Cc: Artyom V. Poptsov

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#71311] [PATCH 2/2] gnu: yggdrasil: Update to 0.5.6.
  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 ` [bug#71311] [PATCH 1/2] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20240529054413-b8e59574e2b2 Artyom V. Poptsov
@ 2024-06-01 16:36 ` Artyom V. Poptsov
  2024-06-02  9:52 ` bug#71311: [PATCH 0/2] " Andrew Tropin via Guix-patches via
  2 siblings, 0 replies; 4+ messages in thread
From: Artyom V. Poptsov @ 2024-06-01 16:36 UTC (permalink / raw)
  To: 71311; +Cc: Artyom V. Poptsov

* gnu/packages/networking.scm (yggdrasil): Update to 0.5.6.

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

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 4e8723dba7..7e724bff6a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4608,7 +4608,7 @@ (define-public ngtcp2
 (define-public yggdrasil
   (package
     (name "yggdrasil")
-    (version "0.5.5")
+    (version "0.5.6")
     (source
      (origin
        (method git-fetch)
@@ -4619,7 +4619,7 @@ (define-public yggdrasil
          (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yzgs4b0q945ygrqlc5hnmh78awl5p35azx83fz61bzfg20d52b4"))
+        (base32 "1wcvqk45p1k165bd32dc3hl73r0i6g14rxxkjxfr9x2d8410l91f"))
       (patches (search-patches "yggdrasil-extra-config.patch"))))
     (build-system go-build-system)
     (arguments
-- 
2.45.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#71311: [PATCH 0/2] gnu: yggdrasil: Update to 0.5.6.
  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 ` [bug#71311] [PATCH 1/2] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20240529054413-b8e59574e2b2 Artyom V. Poptsov
  2024-06-01 16:36 ` [bug#71311] [PATCH 2/2] gnu: yggdrasil: Update to 0.5.6 Artyom V. Poptsov
@ 2024-06-02  9:52 ` Andrew Tropin via Guix-patches via
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew Tropin via Guix-patches via @ 2024-06-02  9:52 UTC (permalink / raw)
  To: Artyom V. Poptsov, 71311-done; +Cc: Artyom V. Poptsov

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

On 2024-06-01 19:34, Artyom V. Poptsov wrote:

> This patchset updates Yggdrasil to 0.5.6.
>
> Artyom V. Poptsov (2):
>   gnu: go-github-com-arceliar-ironwood: Update to
>     v0.0.0-20240529054413-b8e59574e2b2.
>   gnu: yggdrasil: Update to 0.5.6.
>
>  gnu/packages/golang.scm     | 17 +++++++++--------
>  gnu/packages/networking.scm |  4 ++--
>  2 files changed, 11 insertions(+), 10 deletions(-)
>
>
> base-commit: dc4c48f10281007a0ab3541b8a64198c60c6d5b0

Applied, pushed as https://git.savannah.gnu.org/cgit/guix.git/commit/?id=f21aec551f
Thank you!

-- 
Best regards,
Andrew Tropin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-02  9:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [bug#71311] [PATCH 1/2] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20240529054413-b8e59574e2b2 Artyom V. Poptsov
2024-06-01 16:36 ` [bug#71311] [PATCH 2/2] gnu: yggdrasil: Update to 0.5.6 Artyom V. Poptsov
2024-06-02  9:52 ` bug#71311: [PATCH 0/2] " Andrew Tropin via Guix-patches via

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.