[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
127/201: gnu: vala: Update to 0.54.2.
From: |
guix-commits |
Subject: |
127/201: gnu: vala: Update to 0.54.2. |
Date: |
Mon, 1 Nov 2021 23:18:57 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit efb07d2c4a39ca76315ed8691e97cec5edc39fce
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")
- 68/201: gnu: gstreamer-docs: Update to 1.18.5., (continued)
- 68/201: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/01
- 85/201: gnu: Add ld-gold-wrapper., guix-commits, 2021/11/01
- 86/201: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/11/01
- 95/201: gnu: Move a few Python packages to (gnu packages python-build)., guix-commits, 2021/11/01
- 100/201: gnu: python-pytest-6: Fix version via setuptools-scm., guix-commits, 2021/11/01
- 104/201: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/11/01
- 98/201: gnu: Add python-tomli., guix-commits, 2021/11/01
- 101/201: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/11/01
- 109/201: gnu: json-glib-minimal: Introduce minimal variant., guix-commits, 2021/11/01
- 113/201: gnu: gusb-minimal: Introduce minimal variant., guix-commits, 2021/11/01
- 127/201: gnu: vala: Update to 0.54.2.,
guix-commits <=
- 116/201: gnu: mesa: Update to 21.2.4., guix-commits, 2021/11/01
- 137/201: build: glib-or-gtk: Generate the gdk-pixbuf-loaders cache file in a phase., guix-commits, 2021/11/01
- 143/201: gnu: elogind: Update to 246.10., guix-commits, 2021/11/01
- 148/201: gnu: jsoncpp: Apply patch to regular package., guix-commits, 2021/11/01
- 154/201: gnu: python-dbusmock: Update to 0.24.0., guix-commits, 2021/11/01
- 161/201: gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0., guix-commits, 2021/11/01
- 177/201: gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0., guix-commits, 2021/11/01
- 188/201: gnu: gnome-online-accounts: Update to 3.43.1., guix-commits, 2021/11/01
- 194/201: gnu: docker-compose: Update to 1.29.2., guix-commits, 2021/11/01
- 73/201: bluez: Update to 5.61., guix-commits, 2021/11/01