[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/14: gnu: glibmm: Update to 2.50.1.
From: |
Marius Bakke |
Subject: |
03/14: gnu: glibmm: Update to 2.50.1. |
Date: |
Wed, 24 May 2017 16:12:45 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit db167f8273caf1eff10c7ba0d6e28a6996c162e3
Author: Marius Bakke <address@hidden>
Date: Wed May 24 19:32:58 2017 +0200
gnu: glibmm: Update to 2.50.1.
* gnu/packages/glib.scm (glibmm): Update to 2.50.1.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8927bcf..a20685d 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -492,7 +492,7 @@ has an ease of use unmatched by other C++ callback
libraries.")
(define glibmm
(package
(name "glibmm")
- (version "2.50.0")
+ (version "2.50.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glibmm/"
@@ -500,7 +500,7 @@ has an ease of use unmatched by other C++ callback
libraries.")
"/glibmm-" version ".tar.xz"))
(sha256
(base32
- "152yz5w0lx0y5j9ml72az7pc83p4l92bc0sb8whpcazldqy6wwnz"))))
+ "1926b3adx903hzvdp8glblsgjyadzqnwgkj8hg605d4wv98m1n0z"))))
(build-system gnu-build-system)
(arguments
`(#:phases (alist-cons-before
- branch staging updated (144f94d -> 36747eb), Marius Bakke, 2017/05/24
- 02/14: gnu: glib: Update to 2.52.2., Marius Bakke, 2017/05/24
- 03/14: gnu: glibmm: Update to 2.50.1.,
Marius Bakke <=
- 04/14: gnu: gtk+: Update to 3.22.15., Marius Bakke, 2017/05/24
- 06/14: gnu: at-spi2-atk: Update to 2.24.1., Marius Bakke, 2017/05/24
- 09/14: gnu: pango: Update to 1.40.6., Marius Bakke, 2017/05/24
- 05/14: gnu: mate-themes: Update to 3.22.11., Marius Bakke, 2017/05/24
- 11/14: gnu: gvfs: Update to 1.32.1., Marius Bakke, 2017/05/24
- 10/14: gnu: libcroco: Update to 0.6.12., Marius Bakke, 2017/05/24
- 12/14: gnu: vala: Update to 0.36.3., Marius Bakke, 2017/05/24
- 14/14: Merge branch 'master' into staging, Marius Bakke, 2017/05/24
- 07/14: gnu: at-spi2-core: Update to 2.24.1., Marius Bakke, 2017/05/24
- 08/14: gnu: atk: Update to 2.24.0., Marius Bakke, 2017/05/24