[PATCH gnome-team] gnu: vala-language-server: Update to 0.48.7.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
9e9ee0b0c6814303287b36b2c2f869fd29681627.1705166724.git.vivien@planete-kraus.eu
* gnu/packages/gnome-xyz.scm (vala-language-server): Update to 0.48.7.

Change-Id: I101091d73f0e26aab5e9fa8eb0dadaa3489f7dc3
---
Dear Guix,

vala-language-server fails to build on my machine, however it is just a matter
of updating the package.

Best regards,

Vivien

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

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 100018a2dc..a49442bdbe 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1790,7 +1790,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.3")
+ (version "0.48.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1798,7 +1798,7 @@ (define-public vala-language-server
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1gnvc91gdp3wj9r3r3xxfr09f9lw39cfypn2q5f0443dhhmp059j"))))
+ (base32 "1ini6nd5yim6mql13b9mb15gs02gm08x7zphd0vlv9jxl2646pjn"))))
(build-system meson-build-system)
(arguments '(#:glib-or-gtk? #t))
(inputs

base-commit: 2cbb1a6e1e2679c7db74b6b906d223fb3661d09f
--
2.41.0
Liliana Marie Prikler wrote 1 years ago
ba095cc1c9774b9b20dba94362d8c4fc35cd7e07.camel@gmail.com
Am Samstag, dem 13.01.2024 um 18:23 +0100 schrieb Vivien Kraus:
Toggle quote (12 lines)
> * gnu/packages/gnome-xyz.scm (vala-language-server): Update to
> 0.48.7.
>
> Change-Id: I101091d73f0e26aab5e9fa8eb0dadaa3489f7dc3
> ---
> Dear Guix,
>
> vala-language-server fails to build on my machine, however it is just
> a matter
> of updating the package.
>
> Best regards,
LGTM, thus pushed.

Thanks
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 68433
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