me
/
guix
Archived
1
0
Fork 0

gnu: Add vala-next, upgraded to 0.56.2.

* gnu/packages/gnome.scm (vala-next): New variable.
master
Maxim Cournoyer 2022-07-15 17:23:23 -04:00
parent bf82f7cbe3
commit e2bd783657
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 13 additions and 0 deletions

View File

@ -4373,6 +4373,19 @@ the GObject type system and has additional code generation routines that make
targeting the GNOME stack simple.")
(license license:lgpl2.1+)))
(define-public vala-next
(package
(inherit vala)
(version "0.56.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vala/"
(version-major+minor version) "/"
"vala-" version ".tar.xz"))
(sha256
(base32
"0k0jj3xwjq222x0hbqqy5bykhgk1f1wsb85bqcdgsnbqn6dn3jb6"))))))
;;; An older variant kept to build libsoup-minimal-2.
(define-public vala-0.52
(package/inherit vala