diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-25 16:26:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-25 17:50:50 +0200 |
commit | dc29bea3404965911acab83d7f20968bdec788bb (patch) | |
tree | ce562ac521655d9716cbd4562b4af3c9871d51d4 /gnu | |
parent | e0aa4e949e77fd945a5a2fdd4be257c8782891d8 (diff) | |
download | patches-dc29bea3404965911acab83d7f20968bdec788bb.tar patches-dc29bea3404965911acab83d7f20968bdec788bb.tar.gz |
gnu: rofi: Update to 1.5.4.
* gnu/packages/xdisorg.scm (rofi): Update to 1.5.4.
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 066804ed9e..1700e7b5c2 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1178,7 +1178,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.") (define-public rofi (package (name "rofi") - (version "1.5.3") + (version "1.5.4") (source (origin (method url-fetch) (uri (string-append "https://github.com/DaveDavenport/rofi/" @@ -1186,7 +1186,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.") version "/rofi-" version ".tar.xz")) (sha256 (base32 - "0y78ya2va2lg3ww17n11y9awn8lhcp1px2d8gxaimxfqlxczs8la")))) + "1nslmyqyzhfr4hxd4llqkkkb8ap8apkdna32rllvar7r576059ci")))) (build-system gnu-build-system) (inputs `(("pango" ,pango) |