summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-29 17:32:58 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-29 17:36:10 +0200
commit54c69ae123e2965245992cd4d04d2d9aa4aa24a5 (patch)
tree75491ef546d0b2558b991d713027183a4718736c
parentaf96c417c65e417b4720320f1e639199b4c7f985 (diff)
downloadguix-patches-54c69ae123e2965245992cd4d04d2d9aa4aa24a5.tar
guix-patches-54c69ae123e2965245992cd4d04d2d9aa4aa24a5.tar.gz
gnu: cogl: Update to 1.22.4.
* gnu/packages/gnome.scm (cogl): Update to 1.22.4.
-rw-r--r--gnu/packages/gnome.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c7e1a6927f..1471884568 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3427,7 +3427,7 @@ throughout GNOME for API documentation).")
(define-public cogl
(package
(name "cogl")
- (version "1.22.2")
+ (version "1.22.4")
(source
(origin
(method url-fetch)
@@ -3435,8 +3435,7 @@ throughout GNOME for API documentation).")
(version-major+minor version) "/"
"cogl-" version ".tar.xz"))
(sha256
- (base32
- "03f0ha3qk7ca0nnkkcr1garrm1n1vvfqhkz9lwjm592fnv6ii9rr"))))
+ (base32 "1q0drs82a8f6glg1v29bb6g2nf15fw0rvdx3d0rgcgfarfaby5sj"))))
;; 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)