diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-06 19:33:02 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:45:29 +0200 |
commit | 7ab947fa4ffa9650b2df8dca27b6a66c25d009a3 (patch) | |
tree | 3aaf7f6220b7d2a88e68d37afc96fc8a8f0b4457 /gnu | |
parent | 5e09179ccd53b3c56d072bb2a1051fa5a604a838 (diff) | |
download | guix-7ab947fa4ffa9650b2df8dca27b6a66c25d009a3.tar.gz guix-7ab947fa4ffa9650b2df8dca27b6a66c25d009a3.zip |
gnu: glade: Update to 3.20.0.
* gnu/packages/gnome.scm (glade): Update to 3.20.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | 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 a5c89dcf27..c5f4953dd4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -760,7 +760,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 "/" @@ -768,7 +768,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 |