guix-commits
[Top][All Lists]
Advanced

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

20/48: gnu: gtkmm: Update to 3.24.0.


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

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

commit 0ecf6612c7d7a10df8ee697e92e9593e60242e78
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Dec 5 17:14:46 2018 +0100

    gnu: gtkmm: Update to 3.24.0.
    
    * gnu/packages/gtk.scm (gtkmm): Update to 3.24.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 a8bc2e4..64bf802 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1094,7 +1094,7 @@ toolkit.")
 (define-public gtkmm
   (package
     (name "gtkmm")
-    (version "3.22.2")
+    (version "3.24.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1102,7 +1102,7 @@ toolkit.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "1400535lhyya462pfx8bp11k3mg3jsbdghlpygskd5ai665dkbwi"))))
+               "0hxaq4x9jqj8vvnv3sb6nwapz83v8lclbm887qqci0g50llcjpyg"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("glib" ,glib "bin")        ;for 'glib-compile-resources'



reply via email to

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