diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-10-15 22:06:49 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-10-15 23:42:14 +0800 |
commit | 9b4613d2ad9376f43d64fc39be8b8238b3a1fe32 (patch) | |
tree | 549b1403976ba12b93f58a97190b45a59ccfb4d9 /gnu/packages/glib.scm | |
parent | 93d809b0df19e5b6a3b47a1a20fd805063db7083 (diff) | |
download | guix-9b4613d2ad9376f43d64fc39be8b8238b3a1fe32.tar guix-9b4613d2ad9376f43d64fc39be8b8238b3a1fe32.tar.gz |
gnu: glibmm: Update to 2.46.1.
* gnu/packages/glib.scm (glibmm): Update to 2.46.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 f4a42aa1f7..e234f466d1 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -420,7 +420,7 @@ has an ease of use unmatched by other C++ callback libraries.") (define glibmm (package (name "glibmm") - (version "2.44.0") + (version "2.46.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/glibmm/" @@ -428,7 +428,7 @@ has an ease of use unmatched by other C++ callback libraries.") "/glibmm-" version ".tar.xz")) (sha256 (base32 - "1a1fczy7hcpn24fglyn4i79f4yjc8s50is70q03mb294bm1c02hv")))) + "1an4v1yk06svlmcyp1psk2a3bsn29s1a4gdx0ai2w788q6bfaiwn")))) (build-system gnu-build-system) (arguments `(#:phases (alist-cons-before |