[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/12: gnu: epiphany: Update to 3.24.1.
From: |
Marius Bakke |
Subject: |
04/12: gnu: epiphany: Update to 3.24.1. |
Date: |
Sun, 14 May 2017 11:35:08 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit eb6f315b044bd23c5207a36cdce43e197f8ff00f
Author: Kei Kebreau <address@hidden>
Date: Wed May 3 21:38:40 2017 -0400
gnu: epiphany: Update to 3.24.1.
* gnu/packages/gnome.scm (epiphany): Update to 3.24.1.
[inputs]: Add JSON-GLIB.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2718f69..c4ab5fe 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3740,7 +3740,7 @@ work and the interface is well tested.")
(define-public epiphany
(package
(name "epiphany")
- (version "3.22.7")
+ (version "3.24.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3748,7 +3748,7 @@ work and the interface is well tested.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1167x5s0kawkqngjnzml0a11ib18raxqc4p11kacivj4jv0pwnx1"))))
+ "1p499ncsrbpfjna9h5v1cafr7fv1zb4cmihz05pgr07bb625y991"))))
(build-system glib-or-gtk-build-system)
(arguments
;; FIXME: tests run under Xvfb, but fail with:
@@ -3771,6 +3771,7 @@ work and the interface is well tested.")
("glib-networking" ,glib-networking)
("gnome-desktop" ,gnome-desktop)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+ ("json-glib" ,json-glib)
("iso-codes" ,iso-codes)
("libnotify" ,libnotify)
("libsecret" ,libsecret)
- branch staging updated (3590a6b -> 86c44e7), Marius Bakke, 2017/05/14
- 01/12: Merge commit '28ee4d41edf072776777ff3f83aef8502df909e5' into staging, Marius Bakke, 2017/05/14
- 03/12: gnu: json-glib: Update to 1.2.8., Marius Bakke, 2017/05/14
- 07/12: gnu: gnome-desktop: Update to 3.24.1., Marius Bakke, 2017/05/14
- 04/12: gnu: epiphany: Update to 3.24.1.,
Marius Bakke <=
- 08/12: gnu: gnome-bluetooth: Update to 3.20.1., Marius Bakke, 2017/05/14
- 06/12: gnu: cogl: Enable wayland support., Marius Bakke, 2017/05/14
- 05/12: gnu: gtk+: Enable wayland backend., Marius Bakke, 2017/05/14
- 10/12: gnu: gnome-control-center: Update to 3.24.1., Marius Bakke, 2017/05/14
- 02/12: Merge branch 'master' into staging, Marius Bakke, 2017/05/14
- 12/12: gnu: mutter: Update to 3.24.1., Marius Bakke, 2017/05/14
- 09/12: gnu: gnome-online-accounts: Update to 3.24.0., Marius Bakke, 2017/05/14
- 11/12: gnu: gnome-session: Update to 3.24.1., Marius Bakke, 2017/05/14