diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-10-21 13:43:33 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-21 23:06:46 +0200 |
commit | e6b65bd219a909514b32a46536a94e288da006fd (patch) | |
tree | 5cd7e583a379bc97c9fcf43e7f7dfb8bacc3ff3f /gnu/packages/gnome.scm | |
parent | 42643fc24dd1f418f5f2e0991181d526c0419c1a (diff) | |
download | guix-e6b65bd219a909514b32a46536a94e288da006fd.tar guix-e6b65bd219a909514b32a46536a94e288da006fd.tar.gz |
gnu: eolie: Update to 0.9.45.
* gnu/packages/gnome.scm (eolie): Update to 0.9.45.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 7d2742f08d..4b94b2f271 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4092,15 +4092,15 @@ work and the interface is well tested.") (define-public eolie (package (name "eolie") - (version "0.9.38") + (version "0.9.45") (source (origin (method url-fetch) (uri (string-append "https://gitlab.gnome.org/World/eolie/" - "uploads/9814c06a1bc83ea09c3da8719a9ed11b/" + "uploads/020f3f686e2b938731752a1d9f5bfa7e/" "eolie-" version ".tar.xz")) (sha256 (base32 - "10vrh91rapgfmqwc6jkcybpmlvn4q0y8bnklw3rddzigf9kvqsff")))) + "0371p7g13r0b7zjc48fdcil43ddwpmyvkd2a4vv6ifsqmny6kl42")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |