diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2021-11-13 13:51:58 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-15 12:17:32 +0100 |
commit | 4498c2b6de9a48fd2f3f018da19ef612cf233779 (patch) | |
tree | 8827b54c6566f6940120c80de770cc120bd58987 | |
parent | 04d53fa8390467c6916fbbb3d950e703a5443a61 (diff) | |
download | guix-4498c2b6de9a48fd2f3f018da19ef612cf233779.tar guix-4498c2b6de9a48fd2f3f018da19ef612cf233779.tar.gz |
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>
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ 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 |