diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-12-08 14:48:07 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-12-08 14:48:36 +0100 |
commit | 89e1de2f41831efdaf1861208b72a7f192491101 (patch) | |
tree | 79dc539fcf5372bd9de61fc98e0aaa71884269a6 | |
parent | dcf12172f584131165e3d3a8d03a03a486ebfc11 (diff) | |
download | guix-89e1de2f41831efdaf1861208b72a7f192491101.tar guix-89e1de2f41831efdaf1861208b72a7f192491101.tar.gz |
gnu: eolie: Update to 0.9.15.
* gnu/packages/gnome.scm (eolie): Update to 0.9.15.
-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 2c07d7bd91..cece14c0d8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4055,7 +4055,7 @@ work and the interface is well tested.") (define-public eolie (package (name "eolie") - (version "0.9.13") + (version "0.9.15") (source (origin (method url-fetch) (uri (string-append "https://github.com/gnumdk/eolie/" @@ -4063,7 +4063,7 @@ work and the interface is well tested.") "/eolie-" version ".tar.xz")) (sha256 (base32 - "1khpc6x40y5gm0a3p5fxiva9p1djijxmsh74xinigddnyqbjqw69")))) + "0glydxp1xh85gfidk1l9miqn6qxdbvvk5s3iy0pjlv8nrs3263jd")))) (build-system glib-or-gtk-build-system) (arguments `(#:phases |