iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit 91d2ac13f9d9ad318032ee67bcbd7806985886c2
Author: 宋文武 <[email protected]>
Date: Wed Apr 6 19:33:02 2016 +0800
gnu: glade: Update to 3.20.0.
* gnu/packages/gnome.scm (glade): Update to 3.20.0.
---
gnu/packages/gnome.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 960cb4c..cf901bc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -758,7 +758,7 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
(define-public glade3
(package
(name "glade")
- (version "3.18.3")
+ (version "3.20.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -766,7 +766,7 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0lk4nvd5s8px9i0pbq7bncikgn2lpx7vjh787d3cvzpvwx3cxnzc"))))
+ "1zhqvhagy0m85p54jfiayfl0v9af7g0lj7glw8sfwh7cbp56vnc2"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; needs X, GL, and software rendering