mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: vala: Update to 0.50.1.
* gnu/packages/gnome.scm (vala-0.48): Remove variable. (vala-0.50): New variable. * gnu/packages/gnome-xyz.scm (vala-language-server)[inputs]: Adjust accordingly. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
0e25fe420e
commit
d1d69543ba
2 changed files with 4 additions and 4 deletions
|
@ -609,7 +609,7 @@ (define-public vala-language-server
|
|||
("json-glib" ,json-glib)
|
||||
("jsonrpc-glib" ,jsonrpc-glib)
|
||||
("libgee" ,libgee)
|
||||
("vala" ,vala-0.48)))
|
||||
("vala" ,vala-0.50)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://github.com/benwaffle/vala-language-server")
|
||||
|
|
|
@ -4279,10 +4279,10 @@ (define-public vala
|
|||
libraries written in C.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public vala-0.48
|
||||
(define-public vala-0.50
|
||||
(package
|
||||
(inherit vala)
|
||||
(version "0.48.9")
|
||||
(version "0.50.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/vala/"
|
||||
|
@ -4290,7 +4290,7 @@ (define-public vala-0.48
|
|||
"vala-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1agyrvslv2yh9ikiw7k5nw6j6il1l2zrzfan0pzdpb9xpg9idslw"))))))
|
||||
"0v4g2gvn7x7cl33h8sj1y2xyyskw5ayaj4jm2jrd3my3r439z3cm"))))))
|
||||
|
||||
(define-public vte
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue