kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit e18b6e29c6f5784a23ee9acf0ef272736e1a37e7
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 18 12:44:20 2020 -0400
gnu: vala: Update to 0.48.5.
* gnu/packages/gnome.scm (vala): Update to 0.48.5.
[home-page]: Follow redirect.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 84f96d5..3fefe7b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3183,7 +3183,7 @@ passwords in the GNOME keyring.")
(define-public vala
(package
(name "vala")
- (version "0.46.5")
+ (version "0.48.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3191,7 +3191,7 @@ passwords in the GNOME keyring.")
name "-" version ".tar.xz"))
(sha256
(base32
- "07fv895sp9wq74b20qig7hic0r4ynrr5pfaqba02r44xb794fy0s"))))
+ "0my77s21p95q2909i7cicy6bvmkjmx4g9lh54ab68k6xvbhc1m53"))))
(build-system gnu-build-system)
(arguments
'(#:phases
@@ -3216,7 +3216,7 @@ passwords in the GNOME keyring.")
`(("graphviz" ,graphviz)))
(propagated-inputs
`(("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")
(description
"Vala is a programming language that aims to bring modern programming