gnu: cairomm: Update to 1.11.2.
* gnu/packages/gtk.scm (cairomm): Update to 1.11.2.master
parent
9e5c0927e4
commit
d36caa10a5
|
@ -514,14 +514,14 @@ exceptions, macros, and a dynamic programming environment.")
|
||||||
(define-public cairomm
|
(define-public cairomm
|
||||||
(package
|
(package
|
||||||
(name "cairomm")
|
(name "cairomm")
|
||||||
(version "1.10.0")
|
(version "1.11.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://cairographics.org/releases/cairomm-"
|
(uri (string-append "http://cairographics.org/releases/cairomm-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13rrp96px95m6xnvmsaqb0wcqsnizg3bz334k0yhlyxf7v29d386"))))
|
"138052ybc58q5yl92m2p0br0k0a9g1pi9gfhmn4y220yih4pgxnc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; The examples lack -lcairo.
|
;; The examples lack -lcairo.
|
||||||
|
|
Reference in New Issue