diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-05-10 15:31:56 +0200 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-05-12 12:25:41 -0400 |
commit | 68fdd2377c555624958661deefc4e0f757c7e4b0 (patch) | |
tree | 193d1bd50d6e90042d716d83b72822668e33ba4d /gnu | |
parent | 14b92004121d99603874ed43903500ededc63d9b (diff) | |
download | guix-68fdd2377c555624958661deefc4e0f757c7e4b0.tar.gz |
gnu: epiphany: Update to 3.34.4.
* gnu/packages/gnome.scm (epiphany): Update to 3.34.4. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
Diffstat (limited to 'gnu')
-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 f049a86b6b..59a707854b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5398,7 +5398,7 @@ a secret password store, an adblocker, and a modern UI.") (define-public epiphany (package (name "epiphany") - (version "3.34.2") + (version "3.34.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/epiphany/" @@ -5406,7 +5406,7 @@ a secret password store, an adblocker, and a modern UI.") "epiphany-" version ".tar.xz")) (sha256 (base32 - "18d48vcp2nxs63bddkdplslgbnlfq79pm2ivl8hk38kkggy3dahf")))) + "13ar3s40cds1rplwbzx0fzigf120w0rydiv05r3k6zpc0zy91qb0")))) (build-system meson-build-system) (arguments |