guix-commits
[Top][All Lists]
Advanced

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

39/48: gnu: epiphany: Update to 3.30.2.


From: guix-commits
Subject: 39/48: gnu: epiphany: Update to 3.30.2.
Date: Fri, 3 May 2019 12:12:19 -0400 (EDT)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit bcfe9422b8f064d2a215ad700796fbe698ba52d1
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 6 18:42:31 2018 +0100

    gnu: epiphany: Update to 3.30.2.
    
    * gnu/packages/gnome.scm (epiphany): Update to 3.30.2.
    [inputs]: Add libdazzle.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3751f4f..ba04c09 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4391,7 +4391,7 @@ a secret password store, an adblocker, and a modern UI.")
 (define-public epiphany
   (package
     (name "epiphany")
-    (version "3.28.3.1")
+    (version "3.30.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/epiphany/"
@@ -4399,7 +4399,7 @@ a secret password store, an adblocker, and a modern UI.")
                                   "epiphany-" version ".tar.xz"))
               (sha256
                (base32
-                "1xz6xl6b0iihvczyr0cs1z5ifvpai6anb4m0ng1caiph06klc1b9"))))
+                "0141bb37nd8wc743g4wy491crjh6ig76ack07aj2ba4z3gjz2zlc"))))
 
     (build-system meson-build-system)
     (arguments
@@ -4434,6 +4434,7 @@ a secret password store, an adblocker, and a modern UI.")
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("json-glib" ,json-glib)
        ("iso-codes" ,iso-codes)
+       ("libdazzle" ,libdazzle)
        ("libnotify" ,libnotify)
        ("libsecret" ,libsecret)
        ("libxslt" ,libxslt)



reply via email to

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