kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit eb2921e9a2f77e7736c04372e8ed95e19b6246ca
Author: Kei Kebreau <[email protected]>
AuthorDate: Thu Apr 16 15:17:48 2020 -0400
gnu: gobject-introspection: Update to 1.64.1.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.64.1.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 913d848..a3234da 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -406,14 +406,14 @@ dynamic loading, and an object system.")
(define gobject-introspection
(package
(name "gobject-introspection")
- (version "1.62.0")
+ (version "1.64.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
"gobject-introspection/" (version-major+minor version)
"/gobject-introspection-" version ".tar.xz"))
(sha256
- (base32 "18lhglg9v6y83lhqzyifc1z0wrlawzrhzzxx0a3h1g7xaz97xvmi"))
+ (base32 "19vz7vp10h0zj3f491yk72dp89bix6rgkzxg4qcm4d6151ksxgl0"))
(patches (search-patches
"gobject-introspection-cc.patch"
"gobject-introspection-girepository.patch"