diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-04 06:35:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-04 06:36:16 +0100 |
commit | f527d214d44a5df14066ce8934ef956446e4eb19 (patch) | |
tree | 7ff0769eb9c74c865aaa01e4d0e5ce6e1a5670a5 | |
parent | 99efa804bd6df5de4760ec5974ed2297f1746366 (diff) | |
download | guix-f527d214d44a5df14066ce8934ef956446e4eb19.tar guix-f527d214d44a5df14066ce8934ef956446e4eb19.tar.gz |
gnu: eolie: Update to 0.9.100.
* gnu/packages/gnome.scm (eolie): Update to 0.9.100.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cd7bc0ceba..592d1e95dd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6474,14 +6474,14 @@ almost all of them.") (define-public eolie (package (name "eolie") - (version "0.9.99") + (version "0.9.100") (source (origin (method url-fetch) (uri (string-append "https://adishatz.org/eolie/eolie-" version ".tar.xz")) (sha256 (base32 - "0zj5v7wxqj7c20bmil127ah0vnjfzvvf6kzz82b9ip3846h43j02")))) + "1vzhfp8j1z3jvd5ndqfyn7nqrx3zdvx9mv1byjl36nnd9g63ji62")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |