This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ed78340  gnu: eolie: Update to 0.9.98.1.
ed78340 is described below

commit ed78340438b7ac58187b78216c48abe002873795
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Mar 15 17:59:35 2020 +0100

    gnu: eolie: Update to 0.9.98.1.
    
    * gnu/packages/gnome.scm (eolie): Update to 0.9.98.1.
---
 gnu/packages/gnome.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a08cd00..a80bce9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2015 Mathieu Lirzin <[email protected]>
 ;;; Copyright © 2015, 2017 Andy Wingo <[email protected]>
 ;;; Copyright © 2015 David Hashe <[email protected]>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus 
<[email protected]>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus 
<[email protected]>
 ;;; Copyright © 2015, 2016, 2017, 2018 Mark H Weaver <[email protected]>
 ;;; Copyright © 2015 David Thompson <[email protected]>
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner 
<[email protected]>
@@ -5424,15 +5424,14 @@ almost all of them.")
 (define-public eolie
   (package
     (name "eolie")
-    (version "0.9.63")
+    (version "0.9.98.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://gitlab.gnome.org/World/eolie/";
-                                  "uploads/d42b466752729a0d3fa828a721e25043/"
-                                  "eolie-" version ".tar.xz"))
+              (uri (string-append "https://adishatz.org/eolie/eolie-";
+                                  version ".tar.xz"))
               (sha256
                (base32
-                "11pp8g0w22h1q0bbj9517l5838gcymvvp8fp9kh6h2dmgir2ssih"))))
+                "1d844zva5w4p9pnp9c2g7zyb4vayr2g2drf78spxsdlc5lbd7lqr"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t

Reply via email to