diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-09-25 13:01:21 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-09-25 13:04:00 +0200 |
commit | 9f58932ecc972af97efe7be2ec2f7ca6df3f3579 (patch) | |
tree | 74ee3cec18ded288b754ef47ea92a97becc094a8 | |
parent | 58d04dbaf08f425bc6c5a349bbc6a6083aeac230 (diff) | |
download | guix-9f58932ecc972af97efe7be2ec2f7ca6df3f3579.tar guix-9f58932ecc972af97efe7be2ec2f7ca6df3f3579.tar.gz |
gnu: epiphany: Update to 3.22.0.
* gnu/packages/gnome.scm (epiphany): Update to 3.22.0.
-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 e4ff0ef2c4..402791074a 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.20.3") + (version "3.22.0") (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 - "18i4nk4k4q2yaj4zw0gbyp7ja2g67pm05p56bbras52cnjyy37ad")))) + "09rscbmyjxzd8wlibn1fbmbwmlwnahzfl1kkcka6dhm121yd2id6")))) (build-system glib-or-gtk-build-system) (arguments ;; FIXME: tests run under Xvfb, but fail with: |