diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-16 00:00:54 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-16 23:25:19 +0200 |
commit | 13d858413cba036637c94dcc3efd7ddc7fc4a778 (patch) | |
tree | d16c126c281c3ef0da3a6afd0358be729ec1da8e /gnu/packages/glib.scm | |
parent | 413888ffeac8261ed9551e5e8cb34e19e7c1e157 (diff) | |
download | guix-13d858413cba036637c94dcc3efd7ddc7fc4a778.tar.gz |
gnu: gobject-introspection: Update to 1.72.0.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.72.0. * gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch, gnu/packages/patches/gobject-introspection-cc.patch: Rebase.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 287a52c054..bf414d2685 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -459,14 +459,14 @@ be used when cross-compiling." (define gobject-introspection (package (name "gobject-introspection") - (version "1.68.0") + (version "1.72.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" "gobject-introspection/" (version-major+minor version) "/gobject-introspection-" version ".tar.xz")) (sha256 - (base32 "09sawnv3xj9pzgy2qrrk87dl3jibfphnswb61i5bh0d2h4j28afj")) + (base32 "1g5aps3b20ck96ahy7fjl4nhp9nabkd9rlqd0s1qzn3111cqxzh2")) (patches (search-patches "gobject-introspection-cc.patch" "gobject-introspection-girepository.patch" |