guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: epiphany: Update to 3.34.4.


From: guix-commits
Subject: 01/02: gnu: epiphany: Update to 3.34.4.
Date: Tue, 12 May 2020 12:27:51 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 68fdd2377c555624958661deefc4e0f757c7e4b0
Author: Leo Prikler <address@hidden>
AuthorDate: Sun May 10 15:31:56 2020 +0200

    gnu: epiphany: Update to 3.34.4.
    
    * gnu/packages/gnome.scm (epiphany): Update to 3.34.4.
    
    Signed-off-by: Kei Kebreau <address@hidden>
---
 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 f049a86..59a7078 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5398,7 +5398,7 @@ a secret password store, an adblocker, and a modern UI.")
 (define-public epiphany
   (package
     (name "epiphany")
-    (version "3.34.2")
+    (version "3.34.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/epiphany/"
@@ -5406,7 +5406,7 @@ a secret password store, an adblocker, and a modern UI.")
                                   "epiphany-" version ".tar.xz"))
               (sha256
                (base32
-                "18d48vcp2nxs63bddkdplslgbnlfq79pm2ivl8hk38kkggy3dahf"))))
+                "13ar3s40cds1rplwbzx0fzigf120w0rydiv05r3k6zpc0zy91qb0"))))
 
     (build-system meson-build-system)
     (arguments



reply via email to

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