diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-09-27 19:55:49 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-09-27 19:56:31 +0200 |
commit | de1158d53fd106103214e79f8523a91b9cfa89d7 (patch) | |
tree | c3f7e4840415aa4fa246079c1f6179bae61f4bd9 /gnu/packages/gnome.scm | |
parent | 1d1e4f8f9c46b13ed2c4a61bc4c5f25c6748649b (diff) | |
download | patches-de1158d53fd106103214e79f8523a91b9cfa89d7.tar patches-de1158d53fd106103214e79f8523a91b9cfa89d7.tar.gz |
gnu: eolie: Update to 0.9.38.
* gnu/packages/gnome.scm (eolie): Update to 0.9.38.
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 1e8522c500..de938e4b14 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4090,15 +4090,15 @@ work and the interface is well tested.") (define-public eolie (package (name "eolie") - (version "0.9.37") + (version "0.9.38") (source (origin (method url-fetch) (uri (string-append "https://gitlab.gnome.org/World/eolie/" - "uploads/4341cb428b7a45670308ee3fb3fa07dd/" + "uploads/9814c06a1bc83ea09c3da8719a9ed11b/" "eolie-" version ".tar.xz")) (sha256 (base32 - "126m0nwwy3lqv7z8aj9hiwangih03b1nlkg3xja9p7wbf7zcvp2n")))) + "10vrh91rapgfmqwc6jkcybpmlvn4q0y8bnklw3rddzigf9kvqsff")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |