guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: vala-language-server: Upgrade to 0.48.3.


From: guix-commits
Subject: 02/02: gnu: vala-language-server: Upgrade to 0.48.3.
Date: Mon, 15 Nov 2021 08:13:42 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 4498c2b6de9a48fd2f3f018da19ef612cf233779
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sat Nov 13 13:51:58 2021 +0000

    gnu: vala-language-server: Upgrade to 0.48.3.
    
    * gnu/packages/gnome-xyz.scm (vala-language-server): Upgrade to 0.48.3.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 79d8668..60c93d8 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -896,7 +896,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.1")
+    (version "0.48.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -904,7 +904,7 @@ track stocks, currencies and cryptocurrencies.")
                     (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



reply via email to

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