diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-05 16:43:01 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:45:02 +0200 |
commit | d3e80ec2c5274792fea33c0b06f6b24b75d1e97e (patch) | |
tree | 061f6de43817e446f23f3c9630a93a8490119f37 /gnu/packages/glib.scm | |
parent | bc84c6f1d538eec666a1e08f384b464ef8d1e026 (diff) |
gnu: glibmm: Update to 2.48.1.
* gnu/packages/glib.scm (glibmm): Update to 2.48.1.
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 dd71593582..8e9627c101 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -474,7 +474,7 @@ has an ease of use unmatched by other C++ callback libraries.") (define glibmm (package (name "glibmm") - (version "2.46.3") + (version "2.48.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/glibmm/" @@ -482,7 +482,7 @@ has an ease of use unmatched by other C++ callback libraries.") "/glibmm-" version ".tar.xz")) (sha256 (base32 - "1kw65mlabwdjw86jybxslncbnnx40hcx4z6xpq9i4ymjvsnm91n7")))) + "1pvw2mrm03p51p03179rb6fk9p42iykkwj1jcdv7jr265xymy8nw")))) (build-system gnu-build-system) (arguments `(#:phases (alist-cons-before |