[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: glibmm: Update to 2.60.0.
From: |
guix-commits |
Subject: |
06/08: gnu: glibmm: Update to 2.60.0. |
Date: |
Fri, 21 Jun 2019 08:55:40 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit d93dab5d7f3c5596fca0bf9476f051c23931eb83
Author: Marius Bakke <address@hidden>
Date: Fri Jun 21 14:33:07 2019 +0200
gnu: glibmm: Update to 2.60.0.
* gnu/packages/glib.scm (glibmm): Update to 2.60.0.
[arguments]: Remove <#:configure-flags>.
---
gnu/packages/glib.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index d8d339e..62543fe 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -555,7 +555,7 @@ has an ease of use unmatched by other C++ callback
libraries.")
(define glibmm
(package
(name "glibmm")
- (version "2.58.0")
+ (version "2.60.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glibmm/"
@@ -563,13 +563,10 @@ has an ease of use unmatched by other C++ callback
libraries.")
"/glibmm-" version ".tar.xz"))
(sha256
(base32
- "0idnaii4h3mdym2a55gkavipyxigwvbgfmzmwql85s4rgciqjhfk"))))
+ "1g7jxqd270dv2d83r7pf5893mwpz7d5xib0q01na2yalh34v38d3"))))
(build-system gnu-build-system)
(arguments
- `(;; XXX: Some tests uses C++14 features. Remove this when the default
- ;; compiler is >= GCC6.
- #:configure-flags '("CXXFLAGS=-std=gnu++14")
- #:phases
+ `(#:phases
(modify-phases %standard-phases
(add-before 'build 'pre-build
(lambda _
- branch core-updates updated (bd0dc2d -> 8bdacad), guix-commits, 2019/06/21
- 01/08: gnu: yelp-xsl: Update to 3.32.1., guix-commits, 2019/06/21
- 04/08: gnu: harfbuzz: Update to 2.5.2., guix-commits, 2019/06/21
- 02/08: gnu: glib: Update to 2.60.4., guix-commits, 2019/06/21
- 03/08: gnu: gobject-introspection: Update to 1.60.2., guix-commits, 2019/06/21
- 05/08: gnu: gobject-introspection: Build with Meson., guix-commits, 2019/06/21
- 07/08: gnu: vala: Update to 0.44.5., guix-commits, 2019/06/21
- 08/08: gnu: libcroco: Update to 0.6.13., guix-commits, 2019/06/21
- 06/08: gnu: glibmm: Update to 2.60.0.,
guix-commits <=