guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: epiphany: Update to 42.5.


From: guix-commits
Subject: 02/02: gnu: epiphany: Update to 42.5.
Date: Mon, 23 Oct 2023 01:24:09 -0400 (EDT)

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

commit da716c8b9cdc358609a368bd5da70b31cd97a938
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Sun Oct 22 23:29:59 2023 -0400

    gnu: epiphany: Update to 42.5.
    
    * gnu/packages/gnome.scm (epiphany): Update to 42.5.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 0f44e3d580..87b860f9d9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7094,7 +7094,7 @@ almost all of them.")
 (define-public epiphany
   (package
     (name "epiphany")
-    (version "42.4")
+    (version "42.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/epiphany/"
@@ -7102,7 +7102,7 @@ almost all of them.")
                                   "epiphany-" version ".tar.xz"))
               (sha256
                (base32
-                "0q08ixzgp341g5pq6rfy5q75m9bvddvl8na3qa5v5vi056nkh29p"))))
+                "0mln4iym0fqkri959650cccdhq3r4d4kfn8yld0vvdmzskmak4a6"))))
     (build-system meson-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]