diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-06-21 13:56:28 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-06-21 14:54:27 +0200 |
commit | 273c30bec644172e7b9300fa7fc28e6dad67941e (patch) | |
tree | 8d2c3b8757ccd75bbe63f9cb3b9e74879bba3d24 /gnu | |
parent | 6898f5b45b0441a275254a2cd1c0c9195bc08cf8 (diff) | |
download | patches-273c30bec644172e7b9300fa7fc28e6dad67941e.tar patches-273c30bec644172e7b9300fa7fc28e6dad67941e.tar.gz |
gnu: gobject-introspection: Update to 1.60.2.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.60.2.
Diffstat (limited to 'gnu')
-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 0383aec0da..a4ae7b55bc 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -349,14 +349,14 @@ dynamic loading, and an object system.") (define gobject-introspection (package (name "gobject-introspection") - (version "1.58.1") + (version "1.60.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" "gobject-introspection/" (version-major+minor version) "/gobject-introspection-" version ".tar.xz")) (sha256 - (base32 "12fzs3044047icdfs7cb2lsmnfi6w6fyhkci3m2rbvf5llgnhm29")) + (base32 "172ymc1vbg2rclq1rszx4y32vm900nn1mc4qg1a4mqxjiwvf5pzz")) (patches (search-patches "gobject-introspection-cc.patch" "gobject-introspection-girepository.patch" |