guix-commits
[Top][All Lists]
Advanced

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

16/17: gnu: atkmm: Update to 2.24.1.


From: ???
Subject: 16/17: gnu: atkmm: Update to 2.24.1.
Date: Thu, 15 Oct 2015 15:42:37 +0000

iyzsong pushed a commit to branch dbus-update
in repository guix.

commit b172ea003f3f80116788396879f64e33fb472acb
Author: 宋文武 <address@hidden>
Date:   Thu Oct 15 23:39:42 2015 +0800

    gnu: atkmm: Update to 2.24.1.
    
    * gnu/packages/gtk.scm (atkmm): Update to 2.24.1.
---
 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 562343d..ab9966e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -786,7 +786,7 @@ library.")
 (define-public atkmm
   (package
     (name "atkmm")
-    (version "2.22.7")
+    (version "2.24.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -794,7 +794,7 @@ library.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "06zrf2ymml2dzp53sss0d4ch4dk9v09jm8rglnrmwk4v81mq9gxz"))))
+               "08zd6s5c1q90wm8310mdrb5f2lj8v63wxihrybwyw13xlf6ivi16"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
     (propagated-inputs



reply via email to

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