diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-05 05:44:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-05 05:44:27 +0200 |
commit | c0ac72e18c8a53f7173e7f8b24f2e7aaf743c97e (patch) | |
tree | 8554c927981893c78135356d86bff6da47cbe8a8 | |
parent | b8fb94d5b85015f7358f4d6cce6ebbbe5031122e (diff) | |
download | patches-c0ac72e18c8a53f7173e7f8b24f2e7aaf743c97e.tar patches-c0ac72e18c8a53f7173e7f8b24f2e7aaf743c97e.tar.gz |
gnu: epiphany: Update to 3.24.4.
* gnu/packages/gnome.scm (epiphany): Update to 3.24.4.
-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 5c94ceb036..281f4bd360 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4087,7 +4087,7 @@ a secret password store, an adblocker, and a modern UI.") (define-public epiphany (package (name "epiphany") - (version "3.24.3") + (version "3.24.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4095,7 +4095,7 @@ a secret password store, an adblocker, and a modern UI.") name "-" version ".tar.xz")) (sha256 (base32 - "0m51cclpnb7lxk8w526rriyb2bi3aj17fbcvikhkg7qd65v1dxgy")))) + "1jg59s98aljf603w24r5a3cr4fw6z88gc0warqy1946iprjgdw0m")))) (build-system glib-or-gtk-build-system) (arguments ;; FIXME: tests run under Xvfb, but fail with: |