* [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
` (4 more replies)
0 siblings, 5 replies; 6+ 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] 6+ 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
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ 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] 6+ 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 subsequent siblings)
4 siblings, 0 replies; 6+ 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] 6+ 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
2024-12-21 15:13 ` Sharlatan Hellseher
2024-12-21 15:27 ` bug#75005: " Artyom V. Poptsov
4 siblings, 0 replies; 6+ 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] 6+ 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
` (2 preceding siblings ...)
2024-12-21 8:31 ` [bug#75005] [PATCH 0/2] " Artyom V. Poptsov
@ 2024-12-21 15:13 ` Sharlatan Hellseher
2024-12-21 15:27 ` bug#75005: " Artyom V. Poptsov
4 siblings, 0 replies; 6+ messages in thread
From: Sharlatan Hellseher @ 2024-12-21 15:13 UTC (permalink / raw)
To: 75005; +Cc: poptsov.artyom
[-- Attachment #1: Type: text/plain, Size: 116 bytes --]
Hi,
That's look good for me, You may push trivial changes wit less than 100
rebuilds directly to master.
--
Oleg
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 6+ 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
` (3 preceding siblings ...)
2024-12-21 15:13 ` Sharlatan Hellseher
@ 2024-12-21 15:27 ` Artyom V. Poptsov
4 siblings, 0 replies; 6+ messages in thread
From: Artyom V. Poptsov @ 2024-12-21 15:27 UTC (permalink / raw)
To: 75005-done
[-- Attachment #1: Type: text/plain, Size: 611 bytes --]
Merged to the "master" branch as the following commits:
--8<---------------cut here---------------start------------->8---
11855e1c2863c56d9a3364cdac614a529a1c7cc2 gnu: yggdrasil: Update to 0.5.12.
f829f3bedca78154bd6213ee05455a8cc1c61761 gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241213013129-743fe2fccbd3.
--8<---------------cut here---------------end--------------->8---
- 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] 6+ messages in thread
end of thread, other threads:[~2024-12-21 15:29 UTC | newest]
Thread overview: 6+ 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
2024-12-21 15:13 ` Sharlatan Hellseher
2024-12-21 15:27 ` bug#75005: " Artyom V. Poptsov
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.