diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 19:43:09 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-25 00:53:43 +0200 |
commit | 16c2b151a32a916f64cbcc8259def51f24af8041 (patch) | |
tree | dfc2656071758a673bd0553a333e66eaa0735909 /gnu/packages/gnome.scm | |
parent | 380cb96e35fa36386f9f6cf9c1174b01e5af43e0 (diff) |
gnu: epiphany: Update to 3.24.2.
* gnu/packages/gnome.scm (epiphany): Update to 3.24.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 0cc4e1a250..a98aa34d7c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3741,7 +3741,7 @@ work and the interface is well tested.") (define-public epiphany (package (name "epiphany") - (version "3.24.1") + (version "3.24.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3749,7 +3749,7 @@ work and the interface is well tested.") name "-" version ".tar.xz")) (sha256 (base32 - "1p499ncsrbpfjna9h5v1cafr7fv1zb4cmihz05pgr07bb625y991")))) + "13f5h7mbxdyjf93jp46hiaxsrngpr6frgf69d8iza7arc060vg2s")))) (build-system glib-or-gtk-build-system) (arguments ;; FIXME: tests run under Xvfb, but fail with: |