diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-14 09:39:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-14 16:20:43 +0100 |
commit | 231c70b14b0e9903577de984d424f667018ba448 (patch) | |
tree | 8769f6d2db730d7e8c4a0dcff3a731bb8fa4ce54 | |
parent | e45dcf4990654934d1efd4073e12add3256cb422 (diff) | |
download | guix-231c70b14b0e9903577de984d424f667018ba448.tar.gz |
gnu: eolie: Update to 0.9.101.
* gnu/packages/gnome.scm (eolie): Update to 0.9.101.
-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 904c1c69e4..829e97c8bc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6497,14 +6497,14 @@ almost all of them.") (define-public eolie (package (name "eolie") - (version "0.9.100") + (version "0.9.101") (source (origin (method url-fetch) (uri (string-append "https://adishatz.org/eolie/eolie-" version ".tar.xz")) (sha256 (base32 - "1vzhfp8j1z3jvd5ndqfyn7nqrx3zdvx9mv1byjl36nnd9g63ji62")))) + "1v8n21y75abdzsnx5idyd0q6yfb6cd0sqbknlbkwh5fdgvjzyvwn")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |