diff options
-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 666c04cea6..ed71fed863 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7357,7 +7357,7 @@ almost all of them.") (define-public epiphany (package (name "epiphany") - (version "46.5") + (version "48.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/epiphany/" @@ -7365,7 +7365,7 @@ almost all of them.") "epiphany-" version ".tar.xz")) (sha256 (base32 - "04b377baj8sqr7lhbkirpazmlzn2v2n0wi4z32zik183bphxmixr")))) + "102zq0p18nxjf8mnsqqalsf8f0m31mvir41ncj8v00xdzggzdlf9")))) (build-system meson-build-system) (arguments (list |