gnu: rofi: Update to 1.1.0.

* gnu/packages/xdisorg.scm (rofi): Update to 1.1.0.
master
Efraim Flashner 2016-07-01 17:30:16 +03:00
parent 5bf834225a
commit d5da7ee418
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -914,7 +914,7 @@ demos. It also acts as a nice screen locker.")
(define-public rofi
(package
(name "rofi")
(version "1.0.1")
(version "1.1.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/DaveDavenport/rofi/"
@ -922,7 +922,7 @@ demos. It also acts as a nice screen locker.")
version "/rofi-" version ".tar.xz"))
(sha256
(base32
"01jxml9vk4cw7pngpan7dipmb98s6ibh6f0023lw3hbgxy650637"))))
"1l8vl0mh7i0b1ycifqpg6392f5i4qxlv003m126skfk6fnlfq8hn"))))
(build-system gnu-build-system)
(inputs
`(("libx11" ,libx11)