gnu: rofi: Update to 1.5.3.

* gnu/packages/xdisorg.scm (rofi): Update to 1.5.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-06-25 17:21:15 +02:00
parent 59b98b4847
commit 8cba7d2a99
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1179,7 +1179,7 @@ (define-public xdpyprobe
(define-public rofi (define-public rofi
(package (package
(name "rofi") (name "rofi")
(version "1.5.2") (version "1.5.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/DaveDavenport/rofi/" (uri (string-append "https://github.com/DaveDavenport/rofi/"
@ -1187,7 +1187,7 @@ (define-public rofi
version "/rofi-" version ".tar.xz")) version "/rofi-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"17faa0rj8vqidrijwx9jrq0c29003n8v3izvc66yssfljgb8kcpj")))) "0y78ya2va2lg3ww17n11y9awn8lhcp1px2d8gxaimxfqlxczs8la"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("pango" ,pango) `(("pango" ,pango)
@ -1207,7 +1207,7 @@ (define-public rofi
("glib:bin" ,glib "bin") ("glib:bin" ,glib "bin")
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(arguments (arguments
`(#:parallel-tests? #f ; May fail in some circumstances. `(#:parallel-tests? #f ; fails in some circumstances
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before 'configure 'adjust-tests (add-before 'configure 'adjust-tests