diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-28 18:00:02 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-28 18:00:02 +0100 |
commit | 517c3207d3867e0bde767d0eae254008421562f2 (patch) | |
tree | 4cf92384eff1a82e3fa7e903413aee5e0df97b84 /gnu | |
parent | 48dc9f3af3a2f922fdee537eeebd96a3e9d7a6d6 (diff) | |
download | guix-517c3207d3867e0bde767d0eae254008421562f2.tar.gz |
gnu: rofi: Update to 1.3.0.
* gnu/packages/xdisorg.scm (rofi): Update to 1.3.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index bf1ed325c5..c7ba41bdd2 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -940,7 +940,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.") (define-public rofi (package (name "rofi") - (version "1.2.0") + (version "1.3.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/DaveDavenport/rofi/" @@ -948,7 +948,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.") version "/rofi-" version ".tar.xz")) (sha256 (base32 - "0xxx0xpxhrhlhi2axq9867zqrhwqavc1qrr833k1xr0pvm5m0aqc")))) + "1a65ai93ygras5bi7wc0s5i3zqslzqlnw3klq3sdnp2p0d6hjjqn")))) (build-system gnu-build-system) (inputs `(("pango" ,pango) |