summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-11-27 22:35:20 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-04 04:40:14 +0100
commit1d3c059bbf3d02ec67a3335b3b2d84e85f5f5474 (patch)
treef758ce6ea4a343ef43bf4054f1dc5256da5b844e
parent440c4273b829350c6b0dcc12b90472a9862ce73e (diff)
gnu: eolie: Update to 0.9.13.
* gnu/packages/gnome.scm (eolie): Update to 0.9.13.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2ea681e14e6..2c07d7bd910 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4055,7 +4055,7 @@ work and the interface is well tested.")
4055(define-public eolie 4055(define-public eolie
4056 (package 4056 (package
4057 (name "eolie") 4057 (name "eolie")
4058 (version "0.9.12") 4058 (version "0.9.13")
4059 (source (origin 4059 (source (origin
4060 (method url-fetch) 4060 (method url-fetch)
4061 (uri (string-append "https://github.com/gnumdk/eolie/" 4061 (uri (string-append "https://github.com/gnumdk/eolie/"
@@ -4063,7 +4063,7 @@ work and the interface is well tested.")
4063 "/eolie-" version ".tar.xz")) 4063 "/eolie-" version ".tar.xz"))
4064 (sha256 4064 (sha256
4065 (base32 4065 (base32
4066 "1qlaxczs82vyww06v5m8zwhvaiilp5zhxp5yp632a8947cg5blnz")))) 4066 "1khpc6x40y5gm0a3p5fxiva9p1djijxmsh74xinigddnyqbjqw69"))))
4067 (build-system glib-or-gtk-build-system) 4067 (build-system glib-or-gtk-build-system)
4068 (arguments 4068 (arguments
4069 `(#:phases 4069 `(#:phases