lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 97f214106440d48143bbd1bfd8b1c7b6cab254fc
Author: Léo Le Bouter <[email protected]>
AuthorDate: Wed Mar 24 21:52:59 2021 +0100
gnu: glibmm: Update to 2.68.0.
* gnu/packages/glib.scm (glibmm): Update to 2.68.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 98a57ea..0d50de2 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -692,7 +692,7 @@ has an ease of use unmatched by other C++ callback
libraries.")
(define glibmm
(package
(name "glibmm")
- (version "2.62.0")
+ (version "2.68.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glibmm/"
@@ -700,7 +700,7 @@ has an ease of use unmatched by other C++ callback
libraries.")
"/glibmm-" version ".tar.xz"))
(sha256
(base32
- "1ziwx6r7k7wbvg4qq1rgrv8zninapgrmhn1hs6926a3krh9ryr9n"))))
+ "0xgkyhb2876mcyyib5rk3ya9aingyj68h02nl22yvkhx35rqbwy1"))))
(build-system gnu-build-system)
(arguments
`(#:phases