guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: glibmm: Update to 2.62.0.


From: guix-commits
Subject: 03/10: gnu: glibmm: Update to 2.62.0.
Date: Thu, 23 Jan 2020 17:40:58 -0500 (EST)

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

commit c8257208264321b42bdf1d2bb99128ae6c3ed489
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 23 23:19:52 2020 +0100

    gnu: glibmm: Update to 2.62.0.
    
    * gnu/packages/glib.scm (glibmm): Update to 2.62.0.
---
 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 2bcd9fb..ba80656 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -610,7 +610,7 @@ has an ease of use unmatched by other C++ callback 
libraries.")
 (define glibmm
   (package
     (name "glibmm")
-    (version "2.60.0")
+    (version "2.62.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/glibmm/"
@@ -618,7 +618,7 @@ has an ease of use unmatched by other C++ callback 
libraries.")
                                  "/glibmm-" version ".tar.xz"))
              (sha256
               (base32
-               "1g7jxqd270dv2d83r7pf5893mwpz7d5xib0q01na2yalh34v38d3"))))
+               "1ziwx6r7k7wbvg4qq1rgrv8zninapgrmhn1hs6926a3krh9ryr9n"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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