diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-13 20:26:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-14 00:05:10 +0200 |
commit | c668a8809a0add200b19ec6bef153ab30e55dafc (patch) | |
tree | 558aa86d0fd77cc6f6f9dc1ea8f0290bfa067add /gnu/packages | |
parent | 483ce0d3c7e7f1f30c597fc7b2da0424e34cd0d2 (diff) | |
download | guix-c668a8809a0add200b19ec6bef153ab30e55dafc.tar.gz |
gnu: cogl: Update to 1.22.8.
* gnu/packages/gnome.scm (cogl): Update to 1.22.8.
Diffstat (limited to 'gnu/packages')
-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 213eacecd7..8771c3e2bb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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) |