diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-20 00:27:07 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-20 00:34:00 +0100 |
commit | 712be306a810cb1eb493926da9721e49af56e63c (patch) | |
tree | e5769388c1e06a5cdfba0365bb7d49d72d071bc9 /gnu | |
parent | d41ad1d553f255edaad55ab26330746913ba473d (diff) | |
download | patches-712be306a810cb1eb493926da9721e49af56e63c.tar patches-712be306a810cb1eb493926da9721e49af56e63c.tar.gz |
gnu: rofi: Update to 1.5.1.
* gnu/packages/xdisorg.scm (rofi): Update to 1.5.1.
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 4e7f2c207f..93cc57a176 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1101,7 +1101,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.") (define-public rofi (package (name "rofi") - (version "1.5.0") + (version "1.5.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/DaveDavenport/rofi/" @@ -1109,7 +1109,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.") version "/rofi-" version ".tar.xz")) (sha256 (base32 - "0li2hl55sxzdpbxxiwgxsvkhyy6bh8qd2j1r8xh8y6q8a318zsz9")))) + "10r1jd3h5i22pdr619hmvxv6dhzf9i13j50c28g7yffdggx8ncjg")))) (build-system gnu-build-system) (inputs `(("pango" ,pango) |