gnu: vala: Update to 0.50.2.
* gnu/packages/gnome.scm (vala): Update home-page. (vala-0.50): Update to 0.50.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
c2cc5f0a00
commit
6629aa2a83
1 changed files with 3 additions and 3 deletions
|
@ -4270,7 +4270,7 @@ passwords in the GNOME keyring.")
|
||||||
`(("graphviz" ,graphviz)))
|
`(("graphviz" ,graphviz)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("glib" ,glib))) ; required by libvala-0.40.pc
|
`(("glib" ,glib))) ; required by libvala-0.40.pc
|
||||||
(home-page "https://live.gnome.org/Vala/")
|
(home-page "https://wiki.gnome.org/Projects/Vala/")
|
||||||
(synopsis "Compiler for the GObject type system")
|
(synopsis "Compiler for the GObject type system")
|
||||||
(description
|
(description
|
||||||
"Vala is a programming language that aims to bring modern programming
|
"Vala is a programming language that aims to bring modern programming
|
||||||
|
@ -4282,7 +4282,7 @@ libraries written in C.")
|
||||||
(define-public vala-0.50
|
(define-public vala-0.50
|
||||||
(package
|
(package
|
||||||
(inherit vala)
|
(inherit vala)
|
||||||
(version "0.50.1")
|
(version "0.50.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/vala/"
|
(uri (string-append "mirror://gnome/sources/vala/"
|
||||||
|
@ -4290,7 +4290,7 @@ libraries written in C.")
|
||||||
"vala-" version ".tar.xz"))
|
"vala-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v4g2gvn7x7cl33h8sj1y2xyyskw5ayaj4jm2jrd3my3r439z3cm"))))))
|
"1nnf0x6vk0a9p2y6z7jwjfvmlxh3qhj581v381r0y1sxsv35s39c"))))))
|
||||||
|
|
||||||
(define-public vte
|
(define-public vte
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue