diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-09 00:32:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-09 07:20:57 +0200 |
commit | 026051953d5357a6619b17a8672569dfe180ba1b (patch) | |
tree | 6e2540e66489f2bbc8031a2be44a415d421ac033 | |
parent | c762011e4033378f47c226135df9aa52adfa20c4 (diff) | |
download | patches-026051953d5357a6619b17a8672569dfe180ba1b.tar patches-026051953d5357a6619b17a8672569dfe180ba1b.tar.gz |
gnu: epiphany: Update to 3.24.3.
* gnu/packages/gnome.scm (epiphany): Update to 3.24.3.
-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 d5b65b4bec..ed4def65b5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4028,7 +4028,7 @@ a secret password store, an adblocker, and a modern UI.") (define-public epiphany (package (name "epiphany") - (version "3.24.2") + (version "3.24.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4036,7 +4036,7 @@ a secret password store, an adblocker, and a modern UI.") name "-" version ".tar.xz")) (sha256 (base32 - "13f5h7mbxdyjf93jp46hiaxsrngpr6frgf69d8iza7arc060vg2s")))) + "0m51cclpnb7lxk8w526rriyb2bi3aj17fbcvikhkg7qd65v1dxgy")))) (build-system glib-or-gtk-build-system) (arguments ;; FIXME: tests run under Xvfb, but fail with: |