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

commit 92359844454db0ce5ad377a7b416c7dd2296ab71
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:11 2026 +0900

    gnu: epiphany: Update to 49.2.
    
    * gnu/packages/gnome.scm (epiphany): Update to 49.2.
    [native-inputs]: Add blueprint-compiler.
    
    Change-Id: I091fc677620b810cd636329a1b64764082db5262
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bc173bf2ff..90ea2b27c0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7450,7 +7450,7 @@ almost all of them.")
 (define-public epiphany
   (package
     (name "epiphany")
-    (version "48.5")
+    (version "49.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/epiphany/"
@@ -7458,7 +7458,7 @@ almost all of them.")
                                   "epiphany-" version ".tar.xz"))
               (sha256
                (base32
-                "1d5i8s9sz9wi3agns1vi911qqv352psmpvnxld97jg2rsqm5arhg"))))
+                "13ibzgan6jcri7zf82chiy9vb0kvqc05bs1k2wgzi1ry45l3vfmk"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -7533,7 +7533,8 @@ almost all of them.")
                              #$output "/lib/epiphany"))))
     (propagated-inputs (list dconf))
     (native-inputs
-     (list desktop-file-utils           ; for update-desktop-database
+     (list blueprint-compiler
+           desktop-file-utils           ; for update-desktop-database
            gettext-minimal
            `(,glib "bin")               ; for glib-mkenums
            itstool

Reply via email to