diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-04-11 20:16:21 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:52:04 +0100 |
| commit | d70fe7420b2c9d5274bf515fa39e35931f02c4fb (patch) | |
| tree | 7ffd6b6432fa72c3b799769411a8fcb6faae622c /gnu | |
| parent | d0fe72f6a8770fd29832c5666ee6f0cebe5e63eb (diff) | |
gnu: vala: Update to 0.56.18.
* gnu/packages/gnome.scm (vala): Update to 0.56.18.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 139c5b542e..c0f19cebdc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4467,7 +4467,7 @@ passwords in the GNOME keyring.") (define-public vala (package (name "vala") - (version "0.56.17") + (version "0.56.18") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/vala/" @@ -4475,7 +4475,7 @@ passwords in the GNOME keyring.") "vala-" version ".tar.xz")) (sha256 (base32 - "0spd6ill4nnfpj13qm6700yqhrgmgkcl1wbmj9hrq17h9r70q416")))) + "10m34vljyj2zg4nzz12c2giwfbwwvimkzk4ygf7dnqxb81yzxbzj")))) (build-system glib-or-gtk-build-system) (arguments (list |
