GNU bug report logs -
#74623
[PATCH 0/3] gnu: yggdrasil: Update to 0.5.10.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74623 in the body.
You can then email your comments to 74623 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74623
; Package
guix-patches
.
(Sat, 30 Nov 2024 15:27:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 30 Nov 2024 15:27:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This patchset updates Yggdrasil to the version 0.5.10.
Artyom V. Poptsov (3):
gnu: go-github-com-arceliar-ironwood: Update to
v0.0.0-20241122002527-75a6e82fa380.
gnu: go-github-com-arceliar-phony: Update to
v0.0.0-20220903101357-530938a4b13d.
gnu: yggdrasil: Update to 0.5.10.
gnu/packages/golang.scm | 46 ++++++++++++++++++-------------------
gnu/packages/networking.scm | 4 ++--
2 files changed, 24 insertions(+), 26 deletions(-)
base-commit: 813accee3fd88c8cf9ff67432964fcfc9957f4a0
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74623
; Package
guix-patches
.
(Sat, 30 Nov 2024 15:31:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 74623 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.10.
Change-Id: Icbd55a218e54ea809bf48159aeae44bb64fc588a
---
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 d78f4ca02f..6cb33ce322 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.9")
+ (version "0.5.10")
(source
(origin
(method git-fetch)
@@ -4681,7 +4681,7 @@ (define-public yggdrasil
(recursive? #t)))
(file-name (git-file-name name version))
(sha256
- (base32 "0flaix9la53gf496i6jxwi5gliszim25vlm2cc91ipgz7nzslasz"))
+ (base32 "0dd5181p07xshbd7q6p0hf3cvq1ahq6q36qjij0vzdil8dka6fmx"))
(patches (search-patches "yggdrasil-extra-config.patch"))))
(build-system go-build-system)
(arguments
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74623
; Package
guix-patches
.
(Sat, 30 Nov 2024 15:31:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 74623 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Update to v0.0.0-20241122002527-75a6e82fa380.
Change-Id: I34f65cf62f1ba2e7ff02d8bbcabcb2530eea5162
---
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 4db14a5ae1..1451ffc8e0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7091,7 +7091,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-20241016082300-f6fb9da97a17")
+ (version "v0.0.0-20241122002527-75a6e82fa380")
(source
(origin
(method git-fetch)
@@ -7101,7 +7101,7 @@ (define-public go-github-com-arceliar-ironwood
(file-name (git-file-name name version))
(sha256
(base32
- "020gdcx6s2cvmi3bs3zanif08vqbabbg5pwqmqcrhj3v7d8k6dx5"))))
+ "1xrdy5yn2y8q147n6fafc8cqjf6my06wzlhghv0c5ra9rqg1dii7"))))
(build-system go-build-system)
(arguments
(list
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74623
; Package
guix-patches
.
(Sat, 30 Nov 2024 15:31:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 74623 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-arceliar-phony): Update to v0.0.0-20220903101357-530938a4b13d.
Change-Id: I440b785cb902e2a851698e249a273d88a4c937a3
---
gnu/packages/golang.scm | 42 ++++++++++++++++++++---------------------
1 file changed, 20 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1451ffc8e0..1011d1df10 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6524,29 +6524,27 @@ (define-public go-gopkg-in-errgo-fmt-errors
(license license:bsd-3)))
(define-public go-github-com-arceliar-phony
- (let ((commit "d0c68492aca0bd4b5c5c8e0452c9b4c8af923eaf")
- (revision "0"))
- (package
- (name "go-github-com-arceliar-phony")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/Arceliar/phony")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0876y0hlb1zh8hn0pxrb5zfdadvaqmqwlr66p19yl2a76galz992"))))
- (arguments
- '(#:import-path "github.com/Arceliar/phony"))
- (build-system go-build-system)
- (home-page "https://github.com/Arceliar/phony")
- (synopsis "Very minimal actor model library")
- (description "Phony is a very minimal actor model library for Go,
+ (package
+ (name "go-github-com-arceliar-phony")
+ (version "v0.0.0-20220903101357-530938a4b13d")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Arceliar/phony")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1ww3issk2jg9nzijmz1xncdhd0mh553nixns34s3yjm4mb8c5s93"))))
+ (arguments
+ '(#:import-path "github.com/Arceliar/phony"))
+ (build-system go-build-system)
+ (home-page "https://github.com/Arceliar/phony")
+ (synopsis "Very minimal actor model library")
+ (description "Phony is a very minimal actor model library for Go,
inspired by the causal messaging system in the Pony programming language.")
- (license license:expat))))
+ (license license:expat)))
(define-public go-github-com-gologme-log
;; this is the same as v1.2.0, only the LICENSE file changed
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74623
; Package
guix-patches
.
(Sat, 30 Nov 2024 16:31:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 74623 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Patches are quite straight forward, I could apply them on master HEAD, and
they are built successfully:
--8<---------------cut here---------------start------------->8---
> ./pre-inst-env guix build yggdrasil go-github-com-arceliar-phony go-github-com-arceliar-ironwood --rounds=2 --check
successfully built /gnu/store/fnm0mfwxqc8ndw2gr9k8wxbvns72ypih-yggdrasil-0.5.10.drv
successfully built /gnu/store/fnm0mfwxqc8ndw2gr9k8wxbvns72ypih-yggdrasil-0.5.10.drv
/gnu/store/x6zyw73lmi1q6mrhdy6m354rlxq25l3d-go-github-com-arceliar-ironwood-v0.0.0-20241122002527-75a6e82fa380
/gnu/store/484m80njqx94bab3my5v2r0lp7cdgm1y-go-github-com-arceliar-phony-v0.0.0-20220903101357-530938a4b13d
/gnu/store/vszh1zz5fybzkbywywj46aqgp5b6faib-yggdrasil-0.5.10
--8<---------------cut here---------------end--------------->8---
Nothing is affected but yaggdrasill itself.
--8<---------------cut here---------------start------------->8---
> ./pre-inst-env guix refresh --list-dependent yggdrasil go-github-com-arceliar-phony go-github-com-arceliar-ironwood
Building the following 1 package would ensure 2 dependent packages are rebuilt: yggdrasil <at> 0.5.10
--8<---------------cut here---------------end--------------->8---
LGFM
--
Oleg
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
You have taken responsibility.
(Sat, 30 Nov 2024 16:48:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 30 Nov 2024 16:48:03 GMT)
Full text and
rfc822 format available.
Message #22 received at 74623-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Merged to the "master" branch as the following commits:
--8<---------------cut here---------------start------------->8---
d3b24d3d78f59ecf335df93ceeee28f4e7c7acf2 gnu: yggdrasil: Update to 0.5.10.
b456e296dc401466dac2e9b09b94b3f776a95ecd gnu: go-github-com-arceliar-phony: Update to v0.0.0-20220903101357-530938a4b13d.
09946106ad9c225391ccf1ca023ddc971fd0b998 gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241122002527-75a6e82fa380.
--8<---------------cut here---------------end--------------->8---
- avp
--
Artyom "avp" Poptsov <poptsov.artyom <at> 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
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 29 Dec 2024 12:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.