diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-10-07 14:41:51 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-12 20:40:55 +0200 |
commit | aac1c47fc4e4c9e91573cef7b6bf7035242d6c10 (patch) | |
tree | ae64eb864efb499016a0333ae4cff8eb0b417d9c /gnu | |
parent | c60ecc35da9f365f6925da62883d1a01cf9ef3e7 (diff) | |
download | patches-aac1c47fc4e4c9e91573cef7b6bf7035242d6c10.tar patches-aac1c47fc4e4c9e91573cef7b6bf7035242d6c10.tar.gz |
gnu: gobject-introspection: Update to 1.54.1.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.54.1.
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 6fcc5ae91d..6024c7600f 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -285,14 +285,14 @@ dynamic loading, and an object system.") (define gobject-introspection (package (name "gobject-introspection") - (version "1.52.1") + (version "1.54.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 "1x5gkyrglv3dn9b4fsgw6asqgjw1wj7qc37g9pyac6pyaa6w7l1f")) + (base32 "0zl7pfkzkm07733391b4f3cwjbnvb1nwvpmajf5bajh6bxgfv3dq")) (modules '((guix build utils))) (snippet '(substitute* "tools/g-ir-tool-template.in" |