[PATCH gnome-team] gnu: vala: Update to 0.56.12.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Liliana Marie Prikler
Severity
normal
L
L
Liliana Marie Prikler wrote on 20 Aug 2023 09:18
(address . guix-patches@gnu.org)
9c755e674b93d15aaaba48a09722cf17ff527d7d.1692529680.git.liliana.prikler@gmail.com
* 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(-)

Toggle diff (26 lines)
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
M
M
Maxim Cournoyer wrote on 27 Aug 2023 03:21
(name . Liliana Marie Prikler)(address . liliana.prikler@gmail.com)
87edjpmg9h.fsf@gmail.com
Hi,

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

Toggle quote (38 lines)
> * 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
L
L
Liliana Marie Prikler wrote on 27 Aug 2023 08:10
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
933a6c7cb9c38ddb123507da024510ba60f27c65.camel@gmail.com
Am Samstag, dem 26.08.2023 um 21:21 -0400 schrieb Maxim Cournoyer:
Toggle quote (47 lines)
> Hi,
>
> Liliana Marie Prikler <liliana.prikler@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.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65402@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65402
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch