diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-05-23 21:44:46 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-05-23 21:44:46 -0400 |
commit | 962d017158e513e941fad65dd2a0e18769133421 (patch) | |
tree | 271862d83f21a6449e5d84c1833abb28e3fd91d3 /gnu/packages/glib.scm | |
parent | e4cddbbcac752090585baed5b15e2eb4af713284 (diff) | |
download | guix-962d017158e513e941fad65dd2a0e18769133421.tar guix-962d017158e513e941fad65dd2a0e18769133421.tar.gz |
gnu: gobject-introspection: Update to 1.52.1.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.52.1.
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 8c334c467d..67db51dc85 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -289,14 +289,14 @@ dynamic loading, and an object system.") (define gobject-introspection (package (name "gobject-introspection") - (version "1.50.0") + (version "1.52.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 "1i9pccig8mv6qf0c1z8fcapays190nmr7j6pyc7cfhzmcv39fr8w")) + (base32 "1x5gkyrglv3dn9b4fsgw6asqgjw1wj7qc37g9pyac6pyaa6w7l1f")) (modules '((guix build utils))) (snippet '(substitute* "tools/g-ir-tool-template.in" |