summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-04-20 18:07:09 +0800
committer宋文武 <iyzsong@gmail.com>2015-04-22 09:57:52 +0800
commit759dd7d5b937ffcebdad21db952cee013ab8d016 (patch)
tree750a6ed4cdfa15b646a8fe846a56cae5ccddadbd
parente7a720e681c684bb2c434736d81ea39d2ddc3b40 (diff)
downloadpatches-759dd7d5b937ffcebdad21db952cee013ab8d016.tar
patches-759dd7d5b937ffcebdad21db952cee013ab8d016.tar.gz
gnu: glibmm: Update to 2.44.0.
* gnu/packages/glib.scm (glibmm): Update to 2.44.0.
-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 f1de8870d4..18a5a513cc 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -397,7 +397,7 @@ has an ease of use unmatched by other C++ callback libraries.")
(define glibmm
(package
(name "glibmm")
- (version "2.42.0")
+ (version "2.44.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glibmm/"
@@ -405,7 +405,7 @@ has an ease of use unmatched by other C++ callback libraries.")
"/glibmm-" version ".tar.xz"))
(sha256
(base32
- "15rk3az8jh3rdwlc3lxjljbnh60drj3ka9574zd39lkqfgcq6l4q"))))
+ "1a1fczy7hcpn24fglyn4i79f4yjc8s50is70q03mb294bm1c02hv"))))
(build-system gnu-build-system)
(arguments
`(#:phases (alist-cons-before