summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/gnome.scm11
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a08cd00d72..a80bce9332 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