diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-21 20:11:07 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-21 21:55:22 +0200 |
commit | 29f4bb2e91ffe0da8f87832c909a33d51042a3bd (patch) | |
tree | 360bbf16d15bfe3dd2dc7c126f7bf5ea1851c46d /gnu/packages/gnome.scm | |
parent | a011f67b07e463d7da0f790bdbc4ea0d9274f6dc (diff) | |
download | guix-29f4bb2e91ffe0da8f87832c909a33d51042a3bd.tar.gz |
gnu: cogl: Update to 1.22.6.
* gnu/packages/gnome.scm (cogl): Update to 1.22.6.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 092f9fcb00..c523df50c3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4440,7 +4440,7 @@ throughout GNOME for API documentation).") (define-public cogl (package (name "cogl") - (version "1.22.4") + (version "1.22.6") (source (origin (method url-fetch) @@ -4448,7 +4448,7 @@ throughout GNOME for API documentation).") (version-major+minor version) "/" "cogl-" version ".tar.xz")) (sha256 - (base32 "1q0drs82a8f6glg1v29bb6g2nf15fw0rvdx3d0rgcgfarfaby5sj")))) + (base32 "0x8v4n61q89qy27v824bqswpz6bmn801403w2q3pa1lcwk9ln4vd")))) ;; 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) |