diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-06-06 14:32:17 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-06-06 14:39:24 +0200 |
commit | 89fc8aef8c218b34a1a4ef73197343d45a1061a7 (patch) | |
tree | 0ee3e0de30c4c1ea8c249915f65010887abebf37 /gnu | |
parent | f9036105e601cf4746eaefccd7415bf94c0ae27d (diff) | |
download | guix-89fc8aef8c218b34a1a4ef73197343d45a1061a7.tar guix-89fc8aef8c218b34a1a4ef73197343d45a1061a7.tar.gz |
gnu: epiphany: Update to 3.28.2.1.
* gnu/packages/gnome.scm (epiphany): Update to 3.28.2.1.
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 330030da1b..362b64d6d6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4168,7 +4168,7 @@ a secret password store, an adblocker, and a modern UI.") (define-public epiphany (package (name "epiphany") - (version "3.28.1") + (version "3.28.2.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4176,7 +4176,7 @@ a secret password store, an adblocker, and a modern UI.") name "-" version ".tar.xz")) (sha256 (base32 - "0zvxrwlswxadq4zbr4f73ms141d08j0lhi6rzmj83j1s3gan88md")))) + "0ba0qqsbg3cv1k1pcj971y7l8kqib5l7kbr743x9a7hbmkqfk95s")))) (build-system meson-build-system) (arguments |