unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75005] [PATCH 0/2] gnu: yggdrasil: Update to 0.5.12.
@ 2024-12-21  8:07 Artyom V. Poptsov
  2024-12-21  8:08 ` [bug#75005] [PATCH 1/2] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241213013129-743fe2fccbd3 Artyom V. Poptsov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Artyom V. Poptsov @ 2024-12-21  8:07 UTC (permalink / raw)
  To: 75005; +Cc: Artyom V. Poptsov

This patchse updates Yggdrasil to the version 0.5.12.

Artyom V. Poptsov (2):
  gnu: go-github-com-arceliar-ironwood: Update to
    v0.0.0-20241213013129-743fe2fccbd3.
  gnu: yggdrasil: Update to 0.5.12.

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


base-commit: cf3f3dc056fcc91156ce5117dffd247d229003ba
-- 
2.46.0





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

* [bug#75005] [PATCH 1/2] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241213013129-743fe2fccbd3.
  2024-12-21  8:07 [bug#75005] [PATCH 0/2] gnu: yggdrasil: Update to 0.5.12 Artyom V. Poptsov
@ 2024-12-21  8:08 ` Artyom V. Poptsov
  2024-12-21  8:08 ` [bug#75005] [PATCH 2/2] gnu: yggdrasil: Update to 0.5.12 Artyom V. Poptsov
  2024-12-21  8:31 ` [bug#75005] [PATCH 0/2] " Artyom V. Poptsov
  2 siblings, 0 replies; 4+ messages in thread
From: Artyom V. Poptsov @ 2024-12-21  8:08 UTC (permalink / raw)
  To: 75005; +Cc: Artyom V. Poptsov

* gnu/packages/golang-web.scm (go-github-com-arceliar-ironwood): Update to v0.0.0-20241213013129-743fe2fccbd3.

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

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 0c95e3c323..c0b76f89b6 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -213,7 +213,7 @@ (define-public go-github-com-alexliesenfeld-health
 (define-public go-github-com-arceliar-ironwood
   (package
     (name "go-github-com-arceliar-ironwood")
-    (version "v0.0.0-20241210120540-9deb08d9f8f9")
+    (version "v0.0.0-20241213013129-743fe2fccbd3")
     (source
      (origin
        (method git-fetch)
@@ -223,7 +223,7 @@ (define-public go-github-com-arceliar-ironwood
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "08i4zm8jxq89dznxx76marn5zfkyscmbn6cdsx0adz6pzwgpd1cz"))))
+         "1nnqn388lg4m9cq24vbgcp4z2wh78mga82p59gqzdl7d2cvpsk56"))))
     (build-system go-build-system)
     (arguments
      (list
-- 
2.46.0





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

* [bug#75005] [PATCH 2/2] gnu: yggdrasil: Update to 0.5.12.
  2024-12-21  8:07 [bug#75005] [PATCH 0/2] gnu: yggdrasil: Update to 0.5.12 Artyom V. Poptsov
  2024-12-21  8:08 ` [bug#75005] [PATCH 1/2] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241213013129-743fe2fccbd3 Artyom V. Poptsov
@ 2024-12-21  8:08 ` Artyom V. Poptsov
  2024-12-21  8:31 ` [bug#75005] [PATCH 0/2] " Artyom V. Poptsov
  2 siblings, 0 replies; 4+ messages in thread
From: Artyom V. Poptsov @ 2024-12-21  8:08 UTC (permalink / raw)
  To: 75005; +Cc: Artyom V. Poptsov

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

Change-Id: I9a04a531ffdb12a1bd29da2c227e1791f2e77c16
---
 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 df9383e351..6a4fe4dd45 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4670,7 +4670,7 @@ (define-public ngtcp2
 (define-public yggdrasil
   (package
     (name "yggdrasil")
-    (version "0.5.11")
+    (version "0.5.12")
     (source
      (origin
        (method git-fetch)
@@ -4681,7 +4681,7 @@ (define-public yggdrasil
          (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0l7lvqmvzw89wv53lpxa44k7y148y7japvy77yir4467ghdmnvyk"))
+        (base32 "072r52b6bkpc7bhn0v1z6dm6q5g9qf4k1xlqwrvzmzwai6fm0lrn"))
       (patches (search-patches "yggdrasil-extra-config.patch"))))
     (build-system go-build-system)
     (arguments
-- 
2.46.0





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

* [bug#75005] [PATCH 0/2] gnu: yggdrasil: Update to 0.5.12.
  2024-12-21  8:07 [bug#75005] [PATCH 0/2] gnu: yggdrasil: Update to 0.5.12 Artyom V. Poptsov
  2024-12-21  8:08 ` [bug#75005] [PATCH 1/2] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241213013129-743fe2fccbd3 Artyom V. Poptsov
  2024-12-21  8:08 ` [bug#75005] [PATCH 2/2] gnu: yggdrasil: Update to 0.5.12 Artyom V. Poptsov
@ 2024-12-21  8:31 ` Artyom V. Poptsov
  2 siblings, 0 replies; 4+ messages in thread
From: Artyom V. Poptsov @ 2024-12-21  8:31 UTC (permalink / raw)
  To: 75005

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

I also tried to build first-tier dependents of
"go-github-com-arceliar-ironwood" as Sharlatan Hellseher suggested:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix build -P 1 go-github-com-arceliar-ironwood
guix build: computing dependents of package go-github-com-arceliar-ironwood@v0.0.0-20241213013129-743fe2fccbd3...
/gnu/store/xbbk9b1zis9anx70fir8f7kn404yrk4y-go-github-com-arceliar-ironwood-v0.0.0-20241213013129-743fe2fccbd3
/gnu/store/r2bxqwhzmfc9hghhjjpya4px47nqk4dq-yggdrasil-0.5.12
--8<---------------cut here---------------end--------------->8---

It seems that the only dependent is Yggdrasil and it builds fine.

- 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	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-12-21  8:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-21  8:07 [bug#75005] [PATCH 0/2] gnu: yggdrasil: Update to 0.5.12 Artyom V. Poptsov
2024-12-21  8:08 ` [bug#75005] [PATCH 1/2] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241213013129-743fe2fccbd3 Artyom V. Poptsov
2024-12-21  8:08 ` [bug#75005] [PATCH 2/2] gnu: yggdrasil: Update to 0.5.12 Artyom V. Poptsov
2024-12-21  8:31 ` [bug#75005] [PATCH 0/2] " Artyom V. Poptsov

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