[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/48: gnu: glibmm: Update to 2.58.0.
From: |
guix-commits |
Subject: |
04/48: gnu: glibmm: Update to 2.58.0. |
Date: |
Fri, 3 May 2019 12:12:12 -0400 (EDT) |
rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 1a87e385fe6f0542d4ab69f5a648ae5d9d88fe87
Author: Ricardo Wurmus <address@hidden>
Date: Tue Dec 4 05:02:07 2018 +0100
gnu: glibmm: Update to 2.58.0.
* gnu/packages/glib.scm (glibmm): Update to 2.58.0.
---
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 bbf7b15..e6bb3b6 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -541,7 +541,7 @@ has an ease of use unmatched by other C++ callback
libraries.")
(define glibmm
(package
(name "glibmm")
- (version "2.56.0")
+ (version "2.58.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glibmm/"
@@ -549,7 +549,7 @@ has an ease of use unmatched by other C++ callback
libraries.")
"/glibmm-" version ".tar.xz"))
(sha256
(base32
- "1abrkqhca5p8n6ly3vp1232rny03s7lrd8f8iz2m2m141nxgqx3f"))))
+ "0idnaii4h3mdym2a55gkavipyxigwvbgfmzmwql85s4rgciqjhfk"))))
(build-system gnu-build-system)
(arguments
`(;; XXX: Some tests uses C++14 features. Remove this when the default
- branch wip-gnome3.30 created (now 514cac6), guix-commits, 2019/05/03
- 03/48: gnu: gmime: Update to 3.2.3., guix-commits, 2019/05/03
- 01/48: gnu: glib: Update to 2.58.1., guix-commits, 2019/05/03
- 04/48: gnu: glibmm: Update to 2.58.0.,
guix-commits <=
- 05/48: gnu: gnome-desktop: Update to 3.30.2., guix-commits, 2019/05/03
- 08/48: gnu: gsettings-desktop-schemas: Update to 3.28.1., guix-commits, 2019/05/03
- 09/48: gnu: adwaita-icon-theme: Update to 3.30.1., guix-commits, 2019/05/03
- 10/48: gnu: libgnomeprint: Update to 2.18.8., guix-commits, 2019/05/03
- 11/48: gnu: libgnomeprintui: Update to 2.18.6., guix-commits, 2019/05/03
- 06/48: gnu: gnome-disk-utility: Update to 3.30.2., guix-commits, 2019/05/03
- 02/48: gnu: gobject-introspection: Update to 1.58.1., guix-commits, 2019/05/03
- 07/48: gnu: evince: Update to 3.30.2., guix-commits, 2019/05/03
- 12/48: gnu: libwnck: Update to 3.30.0., guix-commits, 2019/05/03
- 19/48: gnu: gnome-terminal: Update to 3.30.2., guix-commits, 2019/05/03