diff options
author | Liliana Marie Prikler <[email protected]> | 2024-08-17 10:38:16 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:29 +0100 |
commit | ea53ef04c70c148a3ea48b3a75de288caf8ccf61 (patch) | |
tree | 54e06687f863a6eb7ad87717d8f21cc2e26b744c | |
parent | 98812d6dfbf29d1fe2f95edd8659b7ea3e9e64e3 (diff) |
gnu: vala: Update to 0.56.17.
* gnu/packages/gnome.scm (vala): Update to 0.56.17.
-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 4ac5a235a7..d40bd25fec 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4575,7 +4575,7 @@ passwords in the GNOME keyring.") (define-public vala (package (name "vala") - (version "0.56.16") + (version "0.56.17") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/vala/" @@ -4583,7 +4583,7 @@ passwords in the GNOME keyring.") "vala-" version ".tar.xz")) (sha256 (base32 - "16yaiff5nl2dfyvs3bj8y7wvzh9riz6wqlx7csgg1lpm01b7nj05")))) + "0spd6ill4nnfpj13qm6700yqhrgmgkcl1wbmj9hrq17h9r70q416")))) (build-system glib-or-gtk-build-system) (arguments (list |