GNU bug report logs - #65402
[PATCH gnome-team] gnu: vala: Update to 0.56.12.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Sun, 20 Aug 2023 11:18:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

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 65402 in the body.
You can then email your comments to 65402 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 liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org:
bug#65402; Package guix-patches. (Sun, 20 Aug 2023 11:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org. (Sun, 20 Aug 2023 11:18:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH gnome-team] gnu: vala: Update to 0.56.12.
Date: Sun, 20 Aug 2023 09:18:51 +0200
* gnu/packages/gnome.scm (vala): Update to 0.56.12.
---
Hi Guix,

sadly another WebkitGTK rebuilder that's necessary because gnome-clocks
needs a newer vapi for gnome-desktop.  Note to self: We still need to actually
bootstrap Vala.

Cheers

 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 36f9183c5b..153d0750bb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4426,7 +4426,7 @@ (define-public seahorse
 (define-public vala
   (package
     (name "vala")
-    (version "0.56.3")
+    (version "0.56.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vala/"
@@ -4434,7 +4434,7 @@ (define-public vala
                                   "vala-" version ".tar.xz"))
               (sha256
                (base32
-                "1gwrnr0d0bqkh6m4bgz39mh3pcswcj43hyijlwgwp2bvpwhn41p1"))))
+                "0n9m4l8d2n4wmgn9l5gdhnr6xl5ms7483ng5fxqak8xygi5xbjcj"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list

base-commit: e43498b32dcbbf055d72339086213cd60c336acf
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#65402; Package guix-patches. (Sun, 27 Aug 2023 01:22:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: rg <at> raghavgururajan.name, 65402 <at> debbugs.gnu.org
Subject: Re: [bug#65402] [PATCH gnome-team] gnu: vala: Update to 0.56.12.
Date: Sat, 26 Aug 2023 21:21:46 -0400
Hi,

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> * gnu/packages/gnome.scm (vala): Update to 0.56.12.
> ---
> Hi Guix,
>
> sadly another WebkitGTK rebuilder that's necessary because gnome-clocks
> needs a newer vapi for gnome-desktop.  Note to self: We still need to actually
> bootstrap Vala.
>
> Cheers
>
>  gnu/packages/gnome.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 36f9183c5b..153d0750bb 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -4426,7 +4426,7 @@ (define-public seahorse
>  (define-public vala
>    (package
>      (name "vala")
> -    (version "0.56.3")
> +    (version "0.56.12")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "mirror://gnome/sources/vala/"
> @@ -4434,7 +4434,7 @@ (define-public vala
>                                    "vala-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "1gwrnr0d0bqkh6m4bgz39mh3pcswcj43hyijlwgwp2bvpwhn41p1"))))
> +                "0n9m4l8d2n4wmgn9l5gdhnr6xl5ms7483ng5fxqak8xygi5xbjcj"))))
>      (build-system glib-or-gtk-build-system)
>      (arguments
>       (list
>
> base-commit: e43498b32dcbbf055d72339086213cd60c336acf

LGTM.

-- 
Thanks,
Maxim




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sun, 27 Aug 2023 06:11:02 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Sun, 27 Aug 2023 06:11:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: rg <at> raghavgururajan.name, 65402-done <at> debbugs.gnu.org
Subject: Re: [bug#65402] [PATCH gnome-team] gnu: vala: Update to 0.56.12.
Date: Sun, 27 Aug 2023 08:10:02 +0200
Am Samstag, dem 26.08.2023 um 21:21 -0400 schrieb Maxim Cournoyer:
> Hi,
> 
> Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> 
> > * gnu/packages/gnome.scm (vala): Update to 0.56.12.
> > ---
> > Hi Guix,
> > 
> > sadly another WebkitGTK rebuilder that's necessary because gnome-
> > clocks
> > needs a newer vapi for gnome-desktop.  Note to self: We still need
> > to actually
> > bootstrap Vala.
> > 
> > Cheers
> > 
> >  gnu/packages/gnome.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> > index 36f9183c5b..153d0750bb 100644
> > --- a/gnu/packages/gnome.scm
> > +++ b/gnu/packages/gnome.scm
> > @@ -4426,7 +4426,7 @@ (define-public seahorse
> >  (define-public vala
> >    (package
> >      (name "vala")
> > -    (version "0.56.3")
> > +    (version "0.56.12")
> >      (source (origin
> >                (method url-fetch)
> >                (uri (string-append "mirror://gnome/sources/vala/"
> > @@ -4434,7 +4434,7 @@ (define-public vala
> >                                    "vala-" version ".tar.xz"))
> >                (sha256
> >                 (base32
> > -               
> > "1gwrnr0d0bqkh6m4bgz39mh3pcswcj43hyijlwgwp2bvpwhn41p1"))))
> > +               
> > "0n9m4l8d2n4wmgn9l5gdhnr6xl5ms7483ng5fxqak8xygi5xbjcj"))))
> >      (build-system glib-or-gtk-build-system)
> >      (arguments
> >       (list
> > 
> > base-commit: e43498b32dcbbf055d72339086213cd60c336acf
> 
> LGTM.
Thanks for looking.  Pushed.


bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 24 Sep 2023 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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