apteryx pushed a commit to branch elogind-updates
in repository guix.

commit 5cb50b0d2d22482210160aab2cb6d47a7d3b42ae
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
AuthorDate: Sat Apr 5 14:09:46 2025 +0900

    gnu: epiphany: Update to 48.0.
    
    * gnu/packages/gnome.scm (epiphany): Update to 48.0.
    
    Change-Id: I5b1812a98d5cd8eee158cf2f44d277a0af2a1a3a
---
 gnu/packages/gnome.scm | 4 ++--
 1 file 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

Reply via email to