guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: epiphany: Update to 3.22.1.


From: Mark H. Weaver
Subject: 01/01: gnu: epiphany: Update to 3.22.1.
Date: Sun, 6 Nov 2016 08:03:08 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit 7f4658983a742072be4e28b227d6349461e9a68b
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 6 02:55:52 2016 -0500

    gnu: epiphany: Update to 3.22.1.
    
    * gnu/packages/gnome.scm (epiphany): Update to 3.22.1.
---
 gnu/packages/gnome.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d5995e5..359175f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3581,7 +3581,7 @@ work and the interface is well tested.")
 (define-public epiphany
   (package
     (name "epiphany")
-    (version "3.22.0")
+    (version "3.22.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3589,7 +3589,7 @@ work and the interface is well tested.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "09rscbmyjxzd8wlibn1fbmbwmlwnahzfl1kkcka6dhm121yd2id6"))))
+                "03ncqmb8n06qr88rlwa2rph833gjcwsmxaw2wf1yawadwpnn5cda"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      ;; FIXME: tests run under Xvfb, but fail with:



reply via email to

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