3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: cogl: Update to 1.22.8.

* gnu/packages/gnome.scm (cogl): Update to 1.22.8.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-13 20:26:50 +02:00
parent 483ce0d3c7
commit c668a8809a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4560,7 +4560,7 @@ throughout GNOME for API documentation).")
(define-public cogl
(package
(name "cogl")
(version "1.22.6")
(version "1.22.8")
(source
(origin
(method url-fetch)
@ -4568,7 +4568,7 @@ throughout GNOME for API documentation).")
(version-major+minor version) "/"
"cogl-" version ".tar.xz"))
(sha256
(base32 "0x8v4n61q89qy27v824bqswpz6bmn801403w2q3pa1lcwk9ln4vd"))))
(base32 "0nfph4ai60ncdx7hy6hl1i1cmp761jgnyjfhagzi0iqq36qb41d8"))))
;; NOTE: mutter exports a bundled fork of cogl, so when making changes to
;; cogl, corresponding changes may be appropriate in mutter as well.
(build-system gnu-build-system)