unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68316] [PATCH] gnu: yggdrasil: Update to 0.5.4.
@ 2024-01-08  8:51 Artyom V. Poptsov
  2024-01-15 23:27 ` bug#68316: (no subject) Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-01-08  8:51 UTC (permalink / raw)
  To: 68316


[-- Attachment #1.1: Type: text/plain, Size: 131 bytes --]

Hello,

this patch series updates 'yggdrasil' package and
'go-github-com-arceliar-ironwood' package (that is used by 'yggdrasil'.)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-yggdrasil-Update-to-0.5.4.patch --]
[-- Type: text/x-diff, Size: 1412 bytes --]

From faf39cf2f1626d9393e92916777cc1c4bc5e0aca Mon Sep 17 00:00:00 2001
Message-ID: <faf39cf2f1626d9393e92916777cc1c4bc5e0aca.1704703579.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Mon, 8 Jan 2024 11:41:09 +0300
Subject: [PATCH 1/2] gnu: yggdrasil: Update to 0.5.4.

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

Change-Id: I4f386e1b69627b0c5a6095c42274b8a8bff8bfd9
---
 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 cc6f1a1e04..fcc24beb9b 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4406,7 +4406,7 @@ (define-public ngtcp2
 (define-public yggdrasil
   (package
     (name "yggdrasil")
-    (version "0.5.2")
+    (version "0.5.4")
     (source
      (origin
        (method git-fetch)
@@ -4417,7 +4417,7 @@ (define-public yggdrasil
          (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ahgb94s30sq1wwyc8h53mjj3j43ifr0aanj8262rsm6rqk04kzq"))
+        (base32 "1vfzzj9vxsc41dkaasz4fg3mz8iab86xyy925mp51zqmvx79ggx2"))
       (patches (search-patches "yggdrasil-extra-config.patch"))))
     (build-system go-build-system)
     (arguments

base-commit: 728d471d73c3731b86cbf5f3dee22229d3a92d4b
-- 
2.41.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.3: 0002-gnu-go-github-com-arceliar-ironwood-Update-to-v0.0.0.patch --]
[-- Type: text/x-diff, Size: 1750 bytes --]

From 2abfdee14464f9931076182975afaaface1fb23a Mon Sep 17 00:00:00 2001
Message-ID: <2abfdee14464f9931076182975afaaface1fb23a.1704703579.git.poptsov.artyom@gmail.com>
In-Reply-To: <faf39cf2f1626d9393e92916777cc1c4bc5e0aca.1704703579.git.poptsov.artyom@gmail.com>
References: <faf39cf2f1626d9393e92916777cc1c4bc5e0aca.1704703579.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Mon, 8 Jan 2024 11:46:06 +0300
Subject: [PATCH 2/2] gnu: go-github-com-arceliar-ironwood: Update to
 v0.0.0-20231127131626-465b82dfb5bd.

* gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Update to
  v0.0.0-20231127131626-465b82dfb5bd.

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

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 58681af958..68f5dc9cc8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -11129,7 +11129,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-20231028101932-ceac99571f43")
+    (version "v0.0.0-20231127131626-465b82dfb5bd")
     (source
      (origin
        (method git-fetch)
@@ -11139,7 +11139,7 @@ (define-public go-github-com-arceliar-ironwood
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1shxpmi847jf7rfa5mb0m4nflwmlg65hjgjm9v7ynjvcp0licsi4"))))
+         "0sywrcvrpkkzi1jxfz2ahqs855h4bmdn1l79q5sdgqiaczr7q4b7"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/Arceliar/ironwood"
-- 
2.41.0


[-- Attachment #1.4: Type: text/plain, Size: 216 bytes --]


- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

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

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

* bug#68316: (no subject)
  2024-01-08  8:51 [bug#68316] [PATCH] gnu: yggdrasil: Update to 0.5.4 Artyom V. Poptsov
@ 2024-01-15 23:27 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-01-15 23:27 UTC (permalink / raw)
  To: 68316-done; +Cc: poptsov.artyom

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


Hi,

Pushed as  21f5d20d68e0359f8111ccb936905649c70db9c1.

Thanks,
Oleg

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

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

end of thread, other threads:[~2024-01-15 23:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-08  8:51 [bug#68316] [PATCH] gnu: yggdrasil: Update to 0.5.4 Artyom V. Poptsov
2024-01-15 23:27 ` bug#68316: (no subject) Sharlatan Hellseher

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).