[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
127/217: gnu: vala: Update to 0.54.2.
From: |
guix-commits |
Subject: |
127/217: gnu: vala: Update to 0.54.2. |
Date: |
Sun, 14 Nov 2021 19:21:01 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 69179d7556f421b9f31db72bb713ce9cfbf70ecd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 17 00:37:19 2021 -0400
gnu: vala: Update to 0.54.2.
* gnu/packages/gnome.scm (vala): Update to 0.54.2. Delete trailing #t.
---
gnu/packages/gnome.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cbcf8bb..6bb945f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4357,7 +4357,7 @@ passwords in the GNOME keyring.")
(define-public vala
(package
(name "vala")
- (version "0.52.0")
+ (version "0.54.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vala/"
@@ -4365,7 +4365,7 @@ passwords in the GNOME keyring.")
"vala-" version ".tar.xz"))
(sha256
(base32
- "12y6p8wdjp01vmfhxg2cgh32xnyqq6ivblvrar9clnj6vc867qhx"))))
+ "048k5c6c6y7jyb961krnrb7m0kghr0yrkpnfx3j5ckbx652yfkc8"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:configure-flags '("--enable-coverage")
@@ -4377,8 +4377,7 @@ passwords in the GNOME keyring.")
(substitute* '("manual.xml" "version.xml.in")
(("http://www.oasis-open.org/docbook/xml/4.4/")
(string-append (assoc-ref inputs "docbook-xml")
- "/xml/dtd/docbook/"))))
- #t))
+ "/xml/dtd/docbook/"))))))
(add-before 'check 'pre-check
(lambda _
(setenv "CC" "gcc")
- 104/217: build: glib-or-gtk-build-system: Fix indentation., (continued)
- 104/217: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/11/14
- 110/217: gnu: Add docbook-xsl-ns., guix-commits, 2021/11/14
- 108/217: gnu: lsof: Fix indentation., guix-commits, 2021/11/14
- 113/217: gnu: gusb-minimal: Introduce minimal variant., guix-commits, 2021/11/14
- 109/217: gnu: json-glib-minimal: Introduce minimal variant., guix-commits, 2021/11/14
- 117/217: gnu: graphviz: Update to 2.49.0., guix-commits, 2021/11/14
- 121/217: gnu: util-linux: Globally disable the lsns test., guix-commits, 2021/11/14
- 124/217: gnu: libthai: Make datrie a normal native-input., guix-commits, 2021/11/14
- 125/217: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/11/14
- 126/217: gnu: glib-networking: Update to 2.70.rc., guix-commits, 2021/11/14
- 127/217: gnu: vala: Update to 0.54.2.,
guix-commits <=
- 133/217: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/14
- 136/217: gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase., guix-commits, 2021/11/14
- 135/217: gnu: ungoogled-chromium: Use the new lld-as-ld-wrapper., guix-commits, 2021/11/14
- 137/217: build: glib-or-gtk: Generate the gdk-pixbuf-loaders cache file in a phase., guix-commits, 2021/11/14
- 141/217: gnu: librsvg: Preserve the loaders.cache file., guix-commits, 2021/11/14
- 142/217: gnu: gawk: Use regular bash to cope with test suite failures., guix-commits, 2021/11/14
- 150/217: gnu: curl: Update to 7.79.1., guix-commits, 2021/11/14
- 146/217: gnu: nspr: Normalize inputs., guix-commits, 2021/11/14
- 144/217: gnu: cdparanoia: Disable parallel build., guix-commits, 2021/11/14
- 149/217: gnu: meson: Update to 0.60.0., guix-commits, 2021/11/14