diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 09:59:26 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:42 +0800 |
commit | c51555f414748d12f28d84abc26d005b8034adcc (patch) | |
tree | da9b59d0479bf72aa0f5b371dd5f22ae7fe8ae67 | |
parent | ddfa9131b80f1708ba634130d695517c73dc880b (diff) | |
download | gnu-guix-c51555f414748d12f28d84abc26d005b8034adcc.tar gnu-guix-c51555f414748d12f28d84abc26d005b8034adcc.tar.gz |
gnu: epiphany: Update to 3.20.1.
* gnu/packages/gnome.scm (epiphany): Update to 3.20.1.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 98901aabeb..c935c3975b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3470,7 +3470,7 @@ work and the interface is well tested.") (define-public epiphany (package (name "epiphany") - (version "3.20.0") + (version "3.20.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3478,7 +3478,7 @@ work and the interface is well tested.") name "-" version ".tar.xz")) (sha256 (base32 - "0x09dfc0zdxw93g1dcmxqpvy9vnv94bd27sfq23ix31z6i9fcs63")))) + "1ry9z6d51gjbv5n8kspwdyfrdai2hrin2ixdicmyiq6xbryzcwbi")))) (build-system glib-or-gtk-build-system) (arguments ;; FIXME: tests run under Xvfb, but fail with: |