aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/glib.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-01-09 00:42:35 -0500
committerMark H Weaver <mhw@netris.org>2017-01-11 11:32:43 -0500
commit2913a8195db4b5c8d357e28eaff291e5cabf1b0d (patch)
tree9015995ebd8ab28b69058cc0cc0a76cf5b993fee /gnu/packages/glib.scm
parent2b95aed4642a31de07d6503b9063f849927840b1 (diff)
downloadguix-2913a8195db4b5c8d357e28eaff291e5cabf1b0d.tar
guix-2913a8195db4b5c8d357e28eaff291e5cabf1b0d.tar.gz
gnu: glibmm: Update to 2.50.0.
* gnu/packages/glib.scm (glibmm): Update to 2.50.0.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r--gnu/packages/glib.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 7b5667b5ba..9577ac2956 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -484,7 +484,7 @@ has an ease of use unmatched by other C++ callback libraries.")
(define glibmm
(package
(name "glibmm")
- (version "2.48.1")
+ (version "2.50.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glibmm/"
@@ -492,7 +492,7 @@ has an ease of use unmatched by other C++ callback libraries.")
"/glibmm-" version ".tar.xz"))
(sha256
(base32
- "1pvw2mrm03p51p03179rb6fk9p42iykkwj1jcdv7jr265xymy8nw"))))
+ "152yz5w0lx0y5j9ml72az7pc83p4l92bc0sb8whpcazldqy6wwnz"))))
(build-system gnu-build-system)
(arguments
`(#:phases (alist-cons-before