diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-04-05 14:09:46 +0900 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-04-06 12:22:42 +0100 |
commit | 727d066260a23ced69cfeaf6197da0009e3a29c6 (patch) | |
tree | e9d7a15eed8aead873e53904ff826629d50b828e | |
parent | 03a2fac9d8302353a23e11cbb4cec371fd41cde1 (diff) |
gnu: epiphany: Update to 48.0.elogind-updates
* gnu/packages/gnome.scm (epiphany): Update to 48.0.
Change-Id: I5b1812a98d5cd8eee158cf2f44d277a0af2a1a3a
-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 0f5cd3aa2d..07ae1ebeee 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7356,7 +7356,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/" @@ -7364,7 +7364,7 @@ almost all of them.") "epiphany-" version ".tar.xz")) (sha256 (base32 - "04b377baj8sqr7lhbkirpazmlzn2v2n0wi4z32zik183bphxmixr")))) + "102zq0p18nxjf8mnsqqalsf8f0m31mvir41ncj8v00xdzggzdlf9")))) (build-system meson-build-system) (arguments (list |