guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: epiphany: Update to 3.24.1.


From: Kei Kebreau
Subject: 02/02: gnu: epiphany: Update to 3.24.1.
Date: Wed, 3 May 2017 21:56:07 -0400 (EDT)

kkebreau pushed a commit to branch gnome-updates
in repository guix.

commit 395561eb00b6e14af9a3a6500cfa730e3b8be211
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.
---
 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 e18a699..7f8aa83 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3725,7 +3725,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 "/"
@@ -3733,7 +3733,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:
@@ -3756,6 +3756,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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]