guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: gtkmm-2: Update to 2.24.4.


From: ???
Subject: 04/04: gnu: gtkmm-2: Update to 2.24.4.
Date: Wed, 22 Apr 2015 07:01:42 +0000

iyzsong pushed a commit to branch wip-glib
in repository guix.

commit f8f63893be97be8afc55668faa6601a24bb41e2d
Author: 宋文武 <address@hidden>
Date:   Wed Apr 22 14:59:45 2015 +0800

    gnu: gtkmm-2: Update to 2.24.4.
    
    * gnu/packages/gtk.scm (gtkmm-2): Update to 2.24.4.
---
 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 e52d8fc..0f7ba86 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -705,7 +705,7 @@ extensive documentation, including API reference and a 
tutorial.")
 (define-public gtkmm-2
   (package (inherit gtkmm)
     (name "gtkmm")
-    (version "2.24.2")
+    (version "2.24.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -713,7 +713,7 @@ extensive documentation, including API reference and a 
tutorial.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0gcm91sc1a05c56kzh74l370ggj0zz8nmmjvjaaxgmhdq8lpl369"))))
+               "1vpmjqv0aqb1ds0xi6nigxnhlr0c74090xzi15b92amlzkrjyfj4"))))
     (propagated-inputs
      `(("pangomm" ,pangomm)
        ("cairomm" ,cairomm)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]