mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: cogl: Update to 1.22.6.
* gnu/packages/gnome.scm (cogl): Update to 1.22.6.
This commit is contained in:
parent
a011f67b07
commit
29f4bb2e91
1 changed files with 2 additions and 2 deletions
|
@ -4440,7 +4440,7 @@ (define-public devhelp
|
||||||
(define-public cogl
|
(define-public cogl
|
||||||
(package
|
(package
|
||||||
(name "cogl")
|
(name "cogl")
|
||||||
(version "1.22.4")
|
(version "1.22.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4448,7 +4448,7 @@ (define-public cogl
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"cogl-" version ".tar.xz"))
|
"cogl-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1q0drs82a8f6glg1v29bb6g2nf15fw0rvdx3d0rgcgfarfaby5sj"))))
|
(base32 "0x8v4n61q89qy27v824bqswpz6bmn801403w2q3pa1lcwk9ln4vd"))))
|
||||||
;; NOTE: mutter exports a bundled fork of cogl, so when making changes to
|
;; NOTE: mutter exports a bundled fork of cogl, so when making changes to
|
||||||
;; cogl, corresponding changes may be appropriate in mutter as well.
|
;; cogl, corresponding changes may be appropriate in mutter as well.
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue