mhw pushed a commit to branch xorg-updates
in repository guix.

commit d36caa10a56078f2a84aeab0e1784506ed57170d
Author: Mark H Weaver <[email protected]>
Date:   Fri Dec 19 13:57:57 2014 -0500

    gnu: cairomm: Update to 1.11.2.
    
    * gnu/packages/gtk.scm (cairomm): Update to 1.11.2.
---
 gnu/packages/gtk.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 5558846..ce1c533 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -514,14 +514,14 @@ exceptions, macros, and a dynamic programming 
environment.")
 (define-public cairomm
   (package
     (name "cairomm")
-    (version "1.10.0")
+    (version "1.11.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://cairographics.org/releases/cairomm-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "13rrp96px95m6xnvmsaqb0wcqsnizg3bz334k0yhlyxf7v29d386"))))
+               "138052ybc58q5yl92m2p0br0k0a9g1pi9gfhmn4y220yih4pgxnc"))))
     (build-system gnu-build-system)
     (arguments
      ;; The examples lack -lcairo.

Reply via email to