On core-updates-frozen, vala-language-server does not build

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 3 years ago
(address . bug-guix@gnu.org)
871r3ktb2v.fsf@planete-kraus.eu
Dear guix,

vala-language-server (gnu packages gnome-xyz) does not build on
core-updates-frozen, but the latest version builds fine.

Best regards,

Vivien
From 782ff398d79f20409ee5561ee284bcd1396b0b07 Mon Sep 17 00:00:00 2001
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Sat, 13 Nov 2021 13:51:58 +0000
Subject: [PATCH] gnu: vala-language-server: Upgrade to 0.48.3.

* gnu/packages/gnome-xyz.scm (vala-language-server): Upgrade to 0.48.3.
---
gnu/packages/gnome-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 79d8668523..60c93d86e6 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -896,7 +896,7 @@ (define-public vala-language-server
;; Note to maintainer: VLS must be built with a Vala toolchain the same
;; version or newer. Therefore when you update this package you may need
;; to update Vala too.
- (version "0.48.1")
+ (version "0.48.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -904,7 +904,7 @@ (define-public vala-language-server
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "12k095052jkvbiyz8gzkj6w7r7p16d5m18fyikl48yvh5nln8fw0"))))
+ (base32 "1gnvc91gdp3wj9r3r3xxfr09f9lw39cfypn2q5f0443dhhmp059j"))))
(build-system meson-build-system)
(arguments '(#:glib-or-gtk? #t))
(inputs
--
2.33.1
-----BEGIN PGP SIGNATURE-----

iQGyBAEBCAAdFiEEq4yIHjMvkliPpwQnO7C8EjLYuCwFAmGPw6gACgkQO7C8EjLY
uCwzLQv2KbWN4Prn9j4fWn1dHY3agj0TEzSRsA/wUTCzF3TJTmlj/9XkAAeZQxi9
tMpDAU4KOS9gzs5xGVYMIYvgni9v5P+ORyDlsW9CV0CsvFVrXyYB0Vtrj9J4Ej8V
z+MR27oswKNpOvH5epRcMbbNKLuQnreeKx1+4JlY6BEgnGQMfzaSrcR9NXS2G8Qx
NKzOKKYAEHKLTn/fFLyVFY13OF8nOQ+vzybERxYRqLEPDHC7OKCuvR3sg9m3aA8n
sxfIQNHr0Nfs7wpWhkjRgxSSJVSOssGjXqLj5Md9X2jlD6/1naeu8wEcHlo9zkwT
CNU/nFrAOXY+7vIOGUMpn1a9r5MmcN6BmlxpWPUmQjP/nu7qMpaVbNNRoXA3KF6B
y6KXX585Mk9CHTMcEukwjwBeGkCXiiJKxfhrR0F53nhhbwk46vk41oOkKtiWvYjX
GFkKUra+uOoeIVBxTLMKLHqoVa4dXZoTZlv7WP0Bf4MemyYhnp5K0SGGEJNxtZKR
rkjD3Sg=
=Jeoj
-----END PGP SIGNATURE-----

Ludovic Courtès wrote 3 years ago
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)(address . 51812-done@debbugs.gnu.org)
87lf1p6501.fsf@gnu.org
Vivien Kraus <vivien@planete-kraus.eu> skribis:

Toggle quote (7 lines)
> From 782ff398d79f20409ee5561ee284bcd1396b0b07 Mon Sep 17 00:00:00 2001
> From: Vivien Kraus <vivien@planete-kraus.eu>
> Date: Sat, 13 Nov 2021 13:51:58 +0000
> Subject: [PATCH] gnu: vala-language-server: Upgrade to 0.48.3.
>
> * gnu/packages/gnome-xyz.scm (vala-language-server): Upgrade to 0.48.3.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 51812
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help