all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64168] [PATCH] gnu: guile-next: Update to 3.0.9-0.aa2cfe7.
@ 2023-06-19 14:05 Christopher Baines
  2023-06-20 14:40 ` pukkamustard
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2023-06-19 14:05 UTC (permalink / raw)
  To: 64168

* gnu/packages/guile.scm (guile-next): Update to 3.0.9-0.aa2cfe7.
---
 gnu/packages/guile.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 292ee10bcb..48bee600a9 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -432,9 +432,9 @@ (define-public guile-3.0/pinned
                                                 ;  when heavily loaded)
 
 (define-public guile-next
-  (let ((version "3.0.8")
+  (let ((version "3.0.9")
         (revision "0")
-        (commit "a1a85581f17dade76a598b48eac7d3d308e3a0a5"))
+        (commit "aa2cfe7cf69327285a17de97682d696f2f6c43ef"))
     (package
       (inherit guile-3.0)
       (name "guile-next")
@@ -448,7 +448,7 @@ (define-public guile-next
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1l5zkg0wpchyizq8s4615hkj0n0i029l72k3pq2hha89r3bcn8al"))))
+                  "03xwy3ni85qy0lrvz0lk0488394nfsfc1004l84lgyzql2qwkynl"))))
       (arguments
        (substitute-keyword-arguments (package-arguments guile-3.0)
          ((#:phases phases '%standard-phases)

base-commit: 4d9ddeef3ad126725c99c56a4860a4b44a72d4a3
prerequisite-patch-id: eebb577d1815ea592f8646ec4517c3df947b5441
-- 
2.40.1





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

* [bug#64168] [PATCH] gnu: guile-next: Update to 3.0.9-0.aa2cfe7.
  2023-06-19 14:05 [bug#64168] [PATCH] gnu: guile-next: Update to 3.0.9-0.aa2cfe7 Christopher Baines
@ 2023-06-20 14:40 ` pukkamustard
  2023-06-20 21:24   ` bug#64168: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: pukkamustard @ 2023-06-20 14:40 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 64168


Applied and built. I didn't find any dependencies of this that could be
tested. Lgtm, thanks!

Christopher Baines <mail@cbaines.net> writes:

> * gnu/packages/guile.scm (guile-next): Update to 3.0.9-0.aa2cfe7.
> ---
>  gnu/packages/guile.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
> index 292ee10bcb..48bee600a9 100644
> --- a/gnu/packages/guile.scm
> +++ b/gnu/packages/guile.scm
> @@ -432,9 +432,9 @@ (define-public guile-3.0/pinned
>                                                  ;  when heavily loaded)
>  
>  (define-public guile-next
> -  (let ((version "3.0.8")
> +  (let ((version "3.0.9")
>          (revision "0")
> -        (commit "a1a85581f17dade76a598b48eac7d3d308e3a0a5"))
> +        (commit "aa2cfe7cf69327285a17de97682d696f2f6c43ef"))
>      (package
>        (inherit guile-3.0)
>        (name "guile-next")
> @@ -448,7 +448,7 @@ (define-public guile-next
>                  (file-name (git-file-name name version))
>                  (sha256
>                   (base32
> -                  "1l5zkg0wpchyizq8s4615hkj0n0i029l72k3pq2hha89r3bcn8al"))))
> +                  "03xwy3ni85qy0lrvz0lk0488394nfsfc1004l84lgyzql2qwkynl"))))
>        (arguments
>         (substitute-keyword-arguments (package-arguments guile-3.0)
>           ((#:phases phases '%standard-phases)
>
> base-commit: 4d9ddeef3ad126725c99c56a4860a4b44a72d4a3
> prerequisite-patch-id: eebb577d1815ea592f8646ec4517c3df947b5441





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

* bug#64168: [PATCH] gnu: guile-next: Update to 3.0.9-0.aa2cfe7.
  2023-06-20 14:40 ` pukkamustard
@ 2023-06-20 21:24   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2023-06-20 21:24 UTC (permalink / raw)
  To: pukkamustard; +Cc: 64168-done

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


pukkamustard <pukkamustard@posteo.net> writes:

> Applied and built. I didn't find any dependencies of this that could be
> tested. Lgtm, thanks!

Great, thanks for taking a look!

I've pushed this to master as 55cccab43a6ef0509eedf2de23eaf00160ddbd81.

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

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

end of thread, other threads:[~2023-06-20 21:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-19 14:05 [bug#64168] [PATCH] gnu: guile-next: Update to 3.0.9-0.aa2cfe7 Christopher Baines
2023-06-20 14:40 ` pukkamustard
2023-06-20 21:24   ` bug#64168: " Christopher Baines

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.