gnu: cogl: Update to 1.22.2.
* gnu/packages/gnome.scm (cogl): Update to 1.22.2.
This commit is contained in:
parent
124596f29a
commit
6a55accc80
1 changed files with 2 additions and 2 deletions
|
@ -2789,7 +2789,7 @@ throughout GNOME for API documentation).")
|
||||||
(define-public cogl
|
(define-public cogl
|
||||||
(package
|
(package
|
||||||
(name "cogl")
|
(name "cogl")
|
||||||
(version "1.22.0")
|
(version "1.22.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2798,7 +2798,7 @@ throughout GNOME for API documentation).")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14daxqrid5039xmq9yl4pk86awng1n9zgl6ysblhc4gw2ifzp7b8"))))
|
"03f0ha3qk7ca0nnkkcr1garrm1n1vvfqhkz9lwjm592fnv6ii9rr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-mkenums
|
`(("glib:bin" ,glib "bin") ; for glib-mkenums
|
||||||
|
|
Reference in a new issue