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.28.3.1 [fixes CVE-2018-{11396, 12016}]


From: Mark H. Weaver
Subject: 01/02: gnu: epiphany: Update to 3.28.3.1 [fixes CVE-2018-{11396, 12016}].
Date: Mon, 25 Jun 2018 18:14:51 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 0e4d4d9872492064958f603673c354efc90c1caa
Author: Mark H Weaver <address@hidden>
Date:   Mon Jun 25 17:27:18 2018 -0400

    gnu: epiphany: Update to 3.28.3.1 [fixes CVE-2018-{11396,12016}].
    
    * gnu/packages/gnome.scm (epiphany): Update to 3.28.3.1.
---
 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 be5374a..b9c1417 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4191,7 +4191,7 @@ a secret password store, an adblocker, and a modern UI.")
 (define-public epiphany
   (package
     (name "epiphany")
-    (version "3.28.2.1")
+    (version "3.28.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4199,7 +4199,7 @@ a secret password store, an adblocker, and a modern UI.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0ba0qqsbg3cv1k1pcj971y7l8kqib5l7kbr743x9a7hbmkqfk95s"))))
+                "1xz6xl6b0iihvczyr0cs1z5ifvpai6anb4m0ng1caiph06klc1b9"))))
 
     (build-system meson-build-system)
     (arguments



reply via email to

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