guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: vala-language-server: Update to 0.48.7.


From: guix-commits
Subject: 02/02: gnu: vala-language-server: Update to 0.48.7.
Date: Sun, 14 Jan 2024 11:37:20 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 17c2e26068c5c36eb8ee1ec39a8695ef66f75c55
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sat Jan 13 18:23:56 2024 +0100

    gnu: vala-language-server: Update to 0.48.7.
    
    * gnu/packages/gnome-xyz.scm (vala-language-server): Update to 0.48.7.
    
    Change-Id: I101091d73f0e26aab5e9fa8eb0dadaa3489f7dc3
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 @@ track stocks, currencies and cryptocurrencies.")
     ;; 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 @@ track stocks, currencies and cryptocurrencies.")
                     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]