guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: gtkmm: Update to 3.24.1.


From: guix-commits
Subject: 05/05: gnu: gtkmm: Update to 3.24.1.
Date: Mon, 14 Oct 2019 12:25:41 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 29ea9e14ee1d90bd7aefbcbbf89ba9d4bb46b65d
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 14 18:25:13 2019 +0200

    gnu: gtkmm: Update to 3.24.1.
    
    * gnu/packages/gtk.scm (gtkmm): Update to 3.24.1.
---
 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 34f9ca3..8f991a3 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1093,7 +1093,7 @@ toolkit.")
 (define-public gtkmm
   (package
     (name "gtkmm")
-    (version "3.24.0")
+    (version "3.24.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1101,7 +1101,7 @@ toolkit.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0hxaq4x9jqj8vvnv3sb6nwapz83v8lclbm887qqci0g50llcjpyg"))))
+               "1zfj89spr8ianib5y10wcw63ybdmyjy58a15vqs0m8jq4knl5znx"))))
     (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]