diff options
author | Maxim Cournoyer <[email protected]> | 2021-01-13 22:10:04 -0500 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2021-01-13 22:10:36 -0500 |
commit | 734bcf13139119daf8685f93b056c3422dbfa264 (patch) | |
tree | bb9a9bb9a963d5fc396bef0187ad9f85a520ee6c /gnu | |
parent | 838427499d082846a9a8e5c1761a51de331de4ca (diff) |
gnu: gobject-introspection: Update to 1.66.1.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.66.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/glib.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 2b720addd5..9d09029630 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2017 Petter <[email protected]> ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2018 Alex Vong <[email protected]> -;;; Copyright © 2019 Maxim Cournoyer <[email protected]> +;;; Copyright © 2019, 2021 Maxim Cournoyer <[email protected]> ;;; Copyright © 2019 Giacomo Leidi <[email protected]> ;;; Copyright © 2019, 2020 Marius Bakke <[email protected]> ;;; Copyright © 2020 Nicolò Balzarotti <[email protected]> @@ -423,14 +423,14 @@ dynamic loading, and an object system.") (define gobject-introspection (package (name "gobject-introspection") - (version "1.62.0") + (version "1.66.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 "078n0q7b6z682mf4irclrksm73cyixq295mqnqifl9plwmgaai6x")) (patches (search-patches "gobject-introspection-cc.patch" "gobject-introspection-girepository.patch" |