aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-10-17 20:50:03 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-10-17 21:05:54 +0200
commit790d33c3bb79eabd43ec8935cfdfdb7e12b60829 (patch)
tree93a1b8553a7ca3d4ee8bc92445ed595370f8ed7e
parente059bdc9a7bdbbb4ee43a773ff02408165eb32d5 (diff)
downloadguix-790d33c3bb79eabd43ec8935cfdfdb7e12b60829.tar
guix-790d33c3bb79eabd43ec8935cfdfdb7e12b60829.tar.gz
gnu: rofi: Update to 1.4.2.
* gnu/packages/xdisorg.scm (rofi): Update to 1.4.2.
-rw-r--r--gnu/packages/xdisorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index a44390200f..78d090926b 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1073,7 +1073,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.")
(define-public rofi
(package
(name "rofi")
- (version "1.4.1")
+ (version "1.4.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/DaveDavenport/rofi/"
@@ -1081,7 +1081,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.")
version "/rofi-" version ".tar.xz"))
(sha256
(base32
- "0xnfzbwhxd2cd4lxkc24mbx3f4b1h3l1alcdbbsymi2b9fdwmywh"))))
+ "1129cbg76g56c6ckzj5y5haf92jxhx3b71cr3qmhrb0n8g4gi38s"))))
(build-system gnu-build-system)
(inputs
`(("pango" ,pango)