diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-04-20 18:07:09 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-04-22 09:57:52 +0800 |
commit | 759dd7d5b937ffcebdad21db952cee013ab8d016 (patch) | |
tree | 750a6ed4cdfa15b646a8fe846a56cae5ccddadbd | |
parent | e7a720e681c684bb2c434736d81ea39d2ddc3b40 (diff) | |
download | patches-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.scm | 4 |
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 |