guix-commits
[Top][All Lists]
Advanced

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

04/107: gnu: glibmm: Update to 2.64.2.


From: guix-commits
Subject: 04/107: gnu: glibmm: Update to 2.64.2.
Date: Tue, 12 May 2020 10:53:05 -0400 (EDT)

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

commit cd1575e18a545d80db33f2b29d44b68a492cf670
Author: Kei Kebreau <address@hidden>
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 a9c6db0..cc84c17 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

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