kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit b29455d1b69a1a1e25b38f4a392b0fdf768b7867
Author: Kei Kebreau <[email protected]>
AuthorDate: Thu Apr 16 15:13:42 2020 -0400

    gnu: glibmm: Update to 2.64.2.
    
    * gnu/packages/glib.scm (glibmm): Update to 2.64.2.
---
 gnu/packages/glib.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 2217d6e..913d848 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -613,7 +613,7 @@ has an ease of use unmatched by other C++ callback 
libraries.")
 (define glibmm
   (package
     (name "glibmm")
-    (version "2.62.0")
+    (version "2.64.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/glibmm/"
@@ -621,7 +621,7 @@ has an ease of use unmatched by other C++ callback 
libraries.")
                                  "/glibmm-" version ".tar.xz"))
              (sha256
               (base32
-               "1ziwx6r7k7wbvg4qq1rgrv8zninapgrmhn1hs6926a3krh9ryr9n"))))
+               "1v6lp23fr2qh4zshcnm28sn29j3nzgsvcqj2nhmrnvamipjq4lm7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases

Reply via email to