guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 11ea98f18609a3ab1132315cdc26dd35095ae18c
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 22:57:52 2025 +0900

    gnu: epiphany: Update to 48.5.
    
    * gnu/packages/gnome.scm (epiphany): Update to 48.5.
    
    Change-Id: Id7acf56cc838d07bfbcf05245b28ed0f306402c2
---
 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 1aa81624c8..0b8369e1e0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7220,7 +7220,7 @@ almost all of them.")
 (define-public epiphany
   (package
     (name "epiphany")
-    (version "48.0")
+    (version "48.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/epiphany/"
@@ -7228,7 +7228,7 @@ almost all of them.")
                                   "epiphany-" version ".tar.xz"))
               (sha256
                (base32
-                "102zq0p18nxjf8mnsqqalsf8f0m31mvir41ncj8v00xdzggzdlf9"))))
+                "1d5i8s9sz9wi3agns1vi911qqv352psmpvnxld97jg2rsqm5arhg"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to