gnu: gobject-introspection: Update to 1.76.1.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.76.1.
This commit is contained in:
parent
ad49bc6ebe
commit
c861dc68ee
1 changed files with 2 additions and 2 deletions
|
@ -472,14 +472,14 @@ be used when cross-compiling."
|
||||||
(define gobject-introspection
|
(define gobject-introspection
|
||||||
(package
|
(package
|
||||||
(name "gobject-introspection")
|
(name "gobject-introspection")
|
||||||
(version "1.72.0")
|
(version "1.76.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/"
|
(uri (string-append "mirror://gnome/sources/"
|
||||||
"gobject-introspection/" (version-major+minor version)
|
"gobject-introspection/" (version-major+minor version)
|
||||||
"/gobject-introspection-" version ".tar.xz"))
|
"/gobject-introspection-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1g5aps3b20ck96ahy7fjl4nhp9nabkd9rlqd0s1qzn3111cqxzh2"))
|
(base32 "1grq6wmbi2nbnwffgvsljd481zm6darnk12dvkf02m9lcjzphq8r"))
|
||||||
(patches (search-patches
|
(patches (search-patches
|
||||||
"gobject-introspection-cc.patch"
|
"gobject-introspection-cc.patch"
|
||||||
"gobject-introspection-girepository.patch"
|
"gobject-introspection-girepository.patch"
|
||||||
|
|
Reference in a new issue