cbaines pushed a commit to branch master
in repository guix.

commit 1d846b89ca3100fb1c6387dfea3e052e9495cf55
Author: Maxim Cournoyer <[email protected]>
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 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

Reply via email to