all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74623] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.10.
@ 2024-11-30 15:26 Artyom V. Poptsov
  2024-11-30 15:29 ` [bug#74623] [PATCH 1/3] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241122002527-75a6e82fa380 Artyom V. Poptsov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Artyom V. Poptsov @ 2024-11-30 15:26 UTC (permalink / raw)
  To: 74623; +Cc: Artyom V. Poptsov

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





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

* [bug#74623] [PATCH 1/3] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241122002527-75a6e82fa380.
  2024-11-30 15:26 [bug#74623] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.10 Artyom V. Poptsov
@ 2024-11-30 15:29 ` Artyom V. Poptsov
  2024-11-30 15:29 ` [bug#74623] [PATCH 2/3] gnu: go-github-com-arceliar-phony: Update to v0.0.0-20220903101357-530938a4b13d Artyom V. Poptsov
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Artyom V. Poptsov @ 2024-11-30 15:29 UTC (permalink / raw)
  To: 74623; +Cc: Artyom V. Poptsov

* 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





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

* [bug#74623] [PATCH 2/3] gnu: go-github-com-arceliar-phony: Update to v0.0.0-20220903101357-530938a4b13d.
  2024-11-30 15:26 [bug#74623] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.10 Artyom V. Poptsov
  2024-11-30 15:29 ` [bug#74623] [PATCH 1/3] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241122002527-75a6e82fa380 Artyom V. Poptsov
@ 2024-11-30 15:29 ` Artyom V. Poptsov
  2024-11-30 15:29 ` [bug#74623] [PATCH 3/3] gnu: yggdrasil: Update to 0.5.10 Artyom V. Poptsov
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Artyom V. Poptsov @ 2024-11-30 15:29 UTC (permalink / raw)
  To: 74623; +Cc: Artyom V. Poptsov

* 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





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

* [bug#74623] [PATCH 3/3] gnu: yggdrasil: Update to 0.5.10.
  2024-11-30 15:26 [bug#74623] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.10 Artyom V. Poptsov
  2024-11-30 15:29 ` [bug#74623] [PATCH 1/3] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241122002527-75a6e82fa380 Artyom V. Poptsov
  2024-11-30 15:29 ` [bug#74623] [PATCH 2/3] gnu: go-github-com-arceliar-phony: Update to v0.0.0-20220903101357-530938a4b13d Artyom V. Poptsov
@ 2024-11-30 15:29 ` Artyom V. Poptsov
  2024-11-30 16:28 ` [bug#74623] [PATCH 0/3] " Sharlatan Hellseher
  2024-11-30 16:46 ` bug#74623: " Artyom V. Poptsov
  4 siblings, 0 replies; 6+ messages in thread
From: Artyom V. Poptsov @ 2024-11-30 15:29 UTC (permalink / raw)
  To: 74623; +Cc: Artyom V. Poptsov

* 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





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

* [bug#74623] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.10.
  2024-11-30 15:26 [bug#74623] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.10 Artyom V. Poptsov
                   ` (2 preceding siblings ...)
  2024-11-30 15:29 ` [bug#74623] [PATCH 3/3] gnu: yggdrasil: Update to 0.5.10 Artyom V. Poptsov
@ 2024-11-30 16:28 ` Sharlatan Hellseher
  2024-11-30 16:46 ` bug#74623: " Artyom V. Poptsov
  4 siblings, 0 replies; 6+ messages in thread
From: Sharlatan Hellseher @ 2024-11-30 16:28 UTC (permalink / raw)
  To: 74623

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


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@0.5.10
--8<---------------cut here---------------end--------------->8---

LGFM

--
Oleg

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

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

* bug#74623: [PATCH 0/3] gnu: yggdrasil: Update to 0.5.10.
  2024-11-30 15:26 [bug#74623] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.10 Artyom V. Poptsov
                   ` (3 preceding siblings ...)
  2024-11-30 16:28 ` [bug#74623] [PATCH 0/3] " Sharlatan Hellseher
@ 2024-11-30 16:46 ` Artyom V. Poptsov
  4 siblings, 0 replies; 6+ messages in thread
From: Artyom V. Poptsov @ 2024-11-30 16:46 UTC (permalink / raw)
  To: 74623-done

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

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@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-11-30 16:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-30 15:26 [bug#74623] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.10 Artyom V. Poptsov
2024-11-30 15:29 ` [bug#74623] [PATCH 1/3] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241122002527-75a6e82fa380 Artyom V. Poptsov
2024-11-30 15:29 ` [bug#74623] [PATCH 2/3] gnu: go-github-com-arceliar-phony: Update to v0.0.0-20220903101357-530938a4b13d Artyom V. Poptsov
2024-11-30 15:29 ` [bug#74623] [PATCH 3/3] gnu: yggdrasil: Update to 0.5.10 Artyom V. Poptsov
2024-11-30 16:28 ` [bug#74623] [PATCH 0/3] " Sharlatan Hellseher
2024-11-30 16:46 ` bug#74623: " 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.