This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e641a95 gnu: rofi: Update to 1.6.0.
e641a95 is described below
commit e641a9569455f0c5f5b81d617720a6545bfc2fe0
Author: Gabriel Arazas <[email protected]>
AuthorDate: Sun Sep 13 21:39:12 2020 +0800
gnu: rofi: Update to 1.6.0.
* gnu/packages/xdisorg.scm (rofi): Update to 1.6.0.
[inputs]: Add libjpeg-turbo.
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/xdisorg.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 50cde39..44f903c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -39,6 +39,7 @@
;;; Copyright © 2020 Alex McGrath <[email protected]>
;;; Copyright © 2020 Ivan Kozlov <[email protected]>
;;; Copyright © 2020 Brett Gilio <[email protected]>
+;;; Copyright © 2020 Gabriel Arazas <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1453,7 +1454,7 @@ connectivity of the X server running on a particular
@code{DISPLAY}.")
(define-public rofi
(package
(name "rofi")
- (version "1.5.4")
+ (version "1.6.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/DaveDavenport/rofi/"
@@ -1461,13 +1462,14 @@ connectivity of the X server running on a particular
@code{DISPLAY}.")
version "/rofi-" version ".tar.xz"))
(sha256
(base32
- "1nslmyqyzhfr4hxd4llqkkkb8ap8apkdna32rllvar7r576059ci"))))
+ "0566b499lbpfb1gk4p17iw78ywmk9l2jww1kqjbdanrl22hai1y4"))))
(build-system gnu-build-system)
(inputs
`(("pango" ,pango)
("cairo" ,cairo)
("glib" ,glib)
("startup-notification" ,startup-notification)
+ ("libjpeg" ,libjpeg-turbo)
("librsvg" ,librsvg)
("libxkbcommon" ,libxkbcommon)
("libxcb" ,libxcb)