GNU bug report logs - #64168
[PATCH] gnu: guile-next: Update to 3.0.9-0.aa2cfe7.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Mon, 19 Jun 2023 14:06:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64168 in the body.
You can then email your comments to 64168 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#64168; Package guix-patches. (Mon, 19 Jun 2023 14:06:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 19 Jun 2023 14:06:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: guile-next: Update to 3.0.9-0.aa2cfe7.
Date: Mon, 19 Jun 2023 15:05:45 +0100
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#64168; Package guix-patches. (Tue, 20 Jun 2023 14:46:02 GMT) Full text and rfc822 format available.

Message #8 received at 64168 <at> debbugs.gnu.org (full text, mbox):

From: pukkamustard <pukkamustard <at> posteo.net>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 64168 <at> debbugs.gnu.org
Subject: Re: [bug#64168] [PATCH] gnu: guile-next: Update to 3.0.9-0.aa2cfe7.
Date: Tue, 20 Jun 2023 14:40:41 +0000
Applied and built. I didn't find any dependencies of this that could be
tested. Lgtm, thanks!

Christopher Baines <mail <at> 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





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 20 Jun 2023 21:26:02 GMT) Full text and rfc822 format available.

Notification sent to Christopher Baines <mail <at> cbaines.net>:
bug acknowledged by developer. (Tue, 20 Jun 2023 21:26:02 GMT) Full text and rfc822 format available.

Message #13 received at 64168-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: pukkamustard <pukkamustard <at> posteo.net>
Cc: 64168-done <at> debbugs.gnu.org
Subject: Re: [bug#64168] [PATCH] gnu: guile-next: Update to 3.0.9-0.aa2cfe7.
Date: Tue, 20 Jun 2023 22:24:45 +0100
[Message part 1 (text/plain, inline)]
pukkamustard <pukkamustard <at> 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.
[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. (Wed, 19 Jul 2023 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 339 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.