guix-commits
[Top][All Lists]
Advanced

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

57/113: gnu: epiphany: Update to 40.0.


From: guix-commits
Subject: 57/113: gnu: epiphany: Update to 40.0.
Date: Wed, 24 Mar 2021 19:23:44 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 2a7db71dd3a95edaa790be93103dbdcbdef72651
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:41:37 2021 +0100

    gnu: epiphany: Update to 40.0.
    
    * gnu/packages/gnome.scm (epiphany): Update to 40.0.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d6ede0d..9ef45d7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6583,15 +6583,15 @@ a secret password store, an adblocker, and a modern 
UI.")
 (define-public epiphany
   (package
     (name "epiphany")
-    (version "3.34.4")
+    (version "40.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/epiphany/"
-                                  (version-major+minor version) "/"
+                                  (version-major version) "/"
                                   "epiphany-" version ".tar.xz"))
               (sha256
                (base32
-                "13ar3s40cds1rplwbzx0fzigf120w0rydiv05r3k6zpc0zy91qb0"))))
+                "0i58mfmdkzgamb08p6sp6q9imrqn25a3gcw6fq9v06xdcq7iry6m"))))
 
     (build-system meson-build-system)
     (arguments



reply via email to

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