summary refs log tree commit diff
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2020-04-20 21:09:37 -0400
committerKei Kebreau <kkebreau@posteo.net>2020-05-12 10:49:51 -0400
commitf6b02f9423fc9849064c7e69d6b29689533fa079 (patch)
tree82cfbefad1e1da10021f349014ff5d40066926a8
parenta4d1d7fac8a32996dce5ee6da1df1e1db62c3dfd (diff)
downloadguix-f6b02f9423fc9849064c7e69d6b29689533fa079.tar.gz
gnu: epiphany: Update to 3.36.1.
* gnu/packages/gnome.scm (epiphany): Update to 3.36.1.
[inputs]: Add libhandy.
-rw-r--r--gnu/packages/gnome.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 983835a2fe..2741d08efc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5411,7 +5411,7 @@ a secret password store, an adblocker, and a modern UI.")
 (define-public epiphany
   (package
     (name "epiphany")
-    (version "3.34.2")
+    (version "3.36.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/epiphany/"
@@ -5419,7 +5419,7 @@ a secret password store, an adblocker, and a modern UI.")
                                   "epiphany-" version ".tar.xz"))
               (sha256
                (base32
-                "18d48vcp2nxs63bddkdplslgbnlfq79pm2ivl8hk38kkggy3dahf"))))
+                "1dpgp1fqkn6azdrkw9imbrxi5d6mznrhfisrsiv88cf68gxk7wpn"))))
 
     (build-system meson-build-system)
     (arguments
@@ -5461,6 +5461,7 @@ a secret password store, an adblocker, and a modern UI.")
        ("json-glib" ,json-glib)
        ("iso-codes" ,iso-codes)
        ("libdazzle" ,libdazzle)
+       ("libhandy" ,libhandy)
        ("libnotify" ,libnotify)
        ("libsecret" ,libsecret)
        ("libxslt" ,libxslt)