gnu: cairomm: Update to 1.12.0.
* gnu/packages/gtk.scm (cairomm): Update to 1.12.0. [source]: Change to "mirror://gnome/".master
parent
9fe2e17dd1
commit
2079087ccc
|
@ -731,14 +731,15 @@ documents.")
|
||||||
(define-public cairomm
|
(define-public cairomm
|
||||||
(package
|
(package
|
||||||
(name "cairomm")
|
(name "cairomm")
|
||||||
(version "1.11.2")
|
(version "1.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://cairographics.org/releases/cairomm-"
|
(uri (string-append "mirror://gnome/sources/cairomm/"
|
||||||
version ".tar.gz"))
|
(version-major+minor version) "/"
|
||||||
(sha256
|
name "-" version ".tar.xz"))
|
||||||
(base32
|
(sha256
|
||||||
"138052ybc58q5yl92m2p0br0k0a9g1pi9gfhmn4y220yih4pgxnc"))))
|
(base32
|
||||||
|
"1rmgs6zjj2vaxh9hsa0944m23fdn1psycqh7bi984qd8jj1xljm5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; The examples lack -lcairo.
|
;; The examples lack -lcairo.
|
||||||
|
|
Reference in New Issue