kkebreau pushed a commit to branch core-updates
in repository guix.
commit 8a9ac0477dde61a5ce7cbf927b7a5f15f19a82e7
Author: Ricardo Wurmus <[email protected]>
Date: Tue Dec 4 05:02:07 2018 +0100
gnu: glibmm: Update to 2.58.0.
* gnu/packages/glib.scm (glibmm): Update to 2.58.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 e438e56..35d2e68 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -551,7 +551,7 @@ has an ease of use unmatched by other C++ callback
libraries.")
(define glibmm
(package
(name "glibmm")
- (version "2.56.0")
+ (version "2.58.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glibmm/"
@@ -559,7 +559,7 @@ has an ease of use unmatched by other C++ callback
libraries.")
"/glibmm-" version ".tar.xz"))
(sha256
(base32
- "1abrkqhca5p8n6ly3vp1232rny03s7lrd8f8iz2m2m141nxgqx3f"))))
+ "0idnaii4h3mdym2a55gkavipyxigwvbgfmzmwql85s4rgciqjhfk"))))
(build-system gnu-build-system)
(arguments
`(;; XXX: Some tests uses C++14 features. Remove this when the default