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

commit 57220b1fc2b236b26e36263fe970a2ecef5547a1
Author: Kei Kebreau <[email protected]>
Date:   Fri Nov 1 22:43:29 2019 -0400

    gnu: epiphany: Update to 3.32.5.
    
    * gnu/packages/gnome.scm (epiphany): Update to 3.32.5.
---
 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 fd99ed1..113ab3b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4480,7 +4480,7 @@ a secret password store, an adblocker, and a modern UI.")
 (define-public epiphany
   (package
     (name "epiphany")
-    (version "3.32.3")
+    (version "3.32.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/epiphany/"
@@ -4488,7 +4488,7 @@ a secret password store, an adblocker, and a modern UI.")
                                   "epiphany-" version ".tar.xz"))
               (sha256
                (base32
-                "0gx386k1p78ppjhvdanv99hfiwana0ccn9d499qrp0rvlicnijrw"))))
+                "1hj4yy53fwh96h17cqiw3gxc070vmc7yqwc7phvhnpyinkp9g5my"))))
 
     (build-system meson-build-system)
     (arguments

Reply via email to