diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-04-05 14:09:46 +0900 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-04-11 13:32:02 +0100 |
commit | b647ff5cfab321951f042e7deb08e300e668c46e (patch) | |
tree | f091841de14f9aaf438e51c42a11829cab68474b | |
parent | 5cfab1edc3e3ad879a73b45796092a01f28feb19 (diff) | |
download | guix-elogind-updates.tar guix-elogind-updates.tar.gz |
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 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 |