lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 67a067a66a32ccc7af954daedc69ab6606d7aba4
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:34:57 2021 +0100
gnu: glade3: Update to 3.38.2.
* gnu/packages/gnome.scm (glade3): Update to 3.38.2.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4ea01d6..1968ef6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3160,7 +3160,7 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
(define-public glade3
(package
(name "glade")
- (version "3.36.0")
+ (version "3.38.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3168,7 +3168,7 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
name "-" version ".tar.xz"))
(sha256
(base32
- "023gx8rj51njn8fsb6ma5kz1irjpxi4js0n8rwy22inc4ysldd8r"))))
+ "1dxsiz9ahqkxg2a1dw9sbd8jg59y5pdz4c1gvnbmql48gmj8gz4q"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:phases