guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: atkmm: Update to 2.24.2.


From: Efraim Flashner
Subject: 04/07: gnu: atkmm: Update to 2.24.2.
Date: Fri, 05 Feb 2016 14:03:24 +0000

efraim pushed a commit to branch master
in repository guix.

commit 5b003972796608fef7cb1b762383bd4ca4052c07
Author: Efraim Flashner <address@hidden>
Date:   Fri Feb 5 11:16:15 2016 +0200

    gnu: atkmm: Update to 2.24.2.
    
    * gnu/packages/gtk.scm (atkmm): Update to 2.24.2.
---
 gnu/packages/gtk.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 3f92d0a..296573c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2015 Sou Bunnbu <address@hidden>
 ;;; Copyright © 2015 Andy Wingo <address@hidden>
 ;;; Copyright © 2015 David Hashe <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -859,7 +860,7 @@ library.")
 (define-public atkmm
   (package
     (name "atkmm")
-    (version "2.24.1")
+    (version "2.24.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -867,7 +868,7 @@ library.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "08zd6s5c1q90wm8310mdrb5f2lj8v63wxihrybwyw13xlf6ivi16"))))
+               "1gaqwhviadsmy0fsr47686yglv1p4mpkamj0in127bz2b5bki5gz"))))
     (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]