guix-commits
[Top][All Lists]
Advanced

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

21/48: gnu: atkmm: Update to 2.28.0.


From: guix-commits
Subject: 21/48: gnu: atkmm: Update to 2.28.0.
Date: Fri, 21 Jun 2019 01:06:57 -0400 (EDT)

kkebreau pushed a commit to branch core-updates
in repository guix.

commit 3ec19e960c28e7f61d5b39f23d695646217b84f0
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Dec 5 17:15:00 2018 +0100

    gnu: atkmm: Update to 2.28.0.
    
    * gnu/packages/gtk.scm (atkmm): Update to 2.28.0.
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 64bf802..f797cd9 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1071,7 +1071,7 @@ library.")
 (define-public atkmm
   (package
     (name "atkmm")
-    (version "2.24.2")
+    (version "2.28.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1079,7 +1079,7 @@ library.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "1gaqwhviadsmy0fsr47686yglv1p4mpkamj0in127bz2b5bki5gz"))))
+               "0fnxrspxkhhbrjphqrpvl3zjm66n50s4cywrrrwkhbflgy8zqk2c"))))
     (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]