diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2024-01-13 18:23:56 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-01-14 17:30:27 +0100 |
commit | 17c2e26068c5c36eb8ee1ec39a8695ef66f75c55 (patch) | |
tree | 2f088cddb9f3323b05cccedee8608c50c349feee | |
parent | 1682264fdafbfa15925cce3d0d11cbca26696e6d (diff) | |
download | guix-17c2e26068c5c36eb8ee1ec39a8695ef66f75c55.tar.gz guix-17c2e26068c5c36eb8ee1ec39a8695ef66f75c55.zip |
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>
-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 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 |