mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: vala: Update to 0.56.17; fixes build with gcc-14.
Change-Id: Ie5657a03fb80b2b82c309a3b1f1edd88026442df * gnu/packages/gnome.scm (vala): Update to 0.56.17. Change-Id: Ib750bb4f9d8d4bf5b836053d7eb3994939b7475c
This commit is contained in:
parent
f4e9452c60
commit
04c99199fd
1 changed files with 2 additions and 2 deletions
|
@ -4556,7 +4556,7 @@ (define-public seahorse
|
|||
(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/"
|
||||
|
@ -4564,7 +4564,7 @@ (define-public vala
|
|||
"vala-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16yaiff5nl2dfyvs3bj8y7wvzh9riz6wqlx7csgg1lpm01b7nj05"))))
|
||||
"0spd6ill4nnfpj13qm6700yqhrgmgkcl1wbmj9hrq17h9r70q416"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue