diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-16 22:34:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-16 22:40:04 +0200 |
commit | 5b249625c13bd080980262016788ca84102f9e2c (patch) | |
tree | 6a07f2adae9ff77cba60feb8908a755394ebeb7b /gnu | |
parent | 0e84987f500a6b0e24eeaeb0783685e53f714a1c (diff) | |
download | gnu-guix-5b249625c13bd080980262016788ca84102f9e2c.tar gnu-guix-5b249625c13bd080980262016788ca84102f9e2c.tar.gz |
gnu: eolie: Update to 0.9.60.
* gnu/packages/gnome.scm (eolie): Update to 0.9.60.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8c646f46a7..5ebff40dc9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4182,15 +4182,15 @@ work and the interface is well tested.") (define-public eolie (package (name "eolie") - (version "0.9.52") + (version "0.9.60") (source (origin (method url-fetch) (uri (string-append "https://gitlab.gnome.org/World/eolie/" - "uploads/d95bf72958276c80dfaca8cce0e4e92c/" + "uploads/3b2ceb7eb15860587db6886bfdd8a91e/" "eolie-" version ".tar.xz")) (sha256 (base32 - "1s3b0rkm8sxmhzzi624snzqvz61i1rja5wxyzw6jg2kcdjcylwln")))) + "1s9gkzxa6457v6bh0q8n1ijq1chd2jwgvhk5kppsnya7kxvsx8qh")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |