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

commit 549697d44bdf6b4c68e9b7d7a1102c87c170136c
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:07 2025 +0100

    gnu: epiphany: Update to 46.5.
    
    * gnu/packages/gnome.scm (epiphany): Update to 46.5.
---
 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 a8af4d219c..e7710f49d6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7337,7 +7337,7 @@ almost all of them.")
 (define-public epiphany
   (package
     (name "epiphany")
-    (version "46.3")
+    (version "46.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/epiphany/"
@@ -7345,7 +7345,7 @@ almost all of them.")
                                   "epiphany-" version ".tar.xz"))
               (sha256
                (base32
-                "0ml64ymz53q6583ijl5msq1zabvs3my1gl74xg2py4a9chhavqd9"))))
+                "04b377baj8sqr7lhbkirpazmlzn2v2n0wi4z32zik183bphxmixr"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to