diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-11-19 15:17:21 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-28 14:24:08 +0100 |
commit | dfdf8d7477e37fd79b72da9a943b649278128337 (patch) | |
tree | bbab2c46b00084f0e82e1ec12f2100edd4b5a993 /gnu/packages/xdisorg.scm | |
parent | 667082d59104d4b964dce878f5e8c0f8ad1be958 (diff) | |
download | guix-dfdf8d7477e37fd79b72da9a943b649278128337.tar.gz |
gnu: check: Update to 0.12.0.
* gnu/packages/check.scm (check): Update to 0.12.0. [source](uri): Update to new release URL. (check-0.11.0): Remove variable. * gnu/packages/xdisorg.scm (rofi)[native-inputs]: Replace CHECK-0.11.0 with CHECK.
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 1e18cd31c9..73cd4c7a10 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1097,7 +1097,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.") ("xcb-util-wm" ,xcb-util-wm))) (native-inputs `(("bison" ,bison) - ("check" ,check-0.11.0) + ("check" ,check) ("flex" ,flex) ("pkg-config" ,pkg-config))) (arguments |