diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-05 15:54:59 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:41:04 +0100 |
commit | 1258112a2717d1285fc4d69549f7d208ff094317 (patch) | |
tree | b3a316a3e0de92079bc0fe2a1b750edfbcf8cfc3 /gnu/packages/glib.scm | |
parent | b54c22898d1f840141a844193e413f6d524526d8 (diff) | |
download | patches-1258112a2717d1285fc4d69549f7d208ff094317.tar patches-1258112a2717d1285fc4d69549f7d208ff094317.tar.gz |
gnu: glibmm: Update to 2.56.0.
* gnu/packages/glib.scm (glibmm): Update to 2.56.0.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 5877c5f2dc..11c865a4fc 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -509,7 +509,7 @@ has an ease of use unmatched by other C++ callback libraries.") (define glibmm (package (name "glibmm") - (version "2.54.1") + (version "2.56.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/glibmm/" @@ -517,7 +517,7 @@ has an ease of use unmatched by other C++ callback libraries.") "/glibmm-" version ".tar.xz")) (sha256 (base32 - "0jkapw18icz59cmlmsl00nwwz0wh291kb4hc9z9hxmq45drqrhkw")))) + "1abrkqhca5p8n6ly3vp1232rny03s7lrd8f8iz2m2m141nxgqx3f")))) (build-system gnu-build-system) (arguments `(;; XXX: Some tests uses C++14 features. Remove this when the default |