diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-20 03:56:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-21 16:37:00 +0100 |
commit | 82f44a36e40cf16cc7ecb95b83f8bf28a7a6f797 (patch) | |
tree | b7d2a1a3697c0a8c5d04743827f2b91938957278 /gnu/packages/xdisorg.scm | |
parent | 42366b35c3f9f8dc8b059d3369b8196a4b832c18 (diff) | |
download | patches-82f44a36e40cf16cc7ecb95b83f8bf28a7a6f797.tar patches-82f44a36e40cf16cc7ecb95b83f8bf28a7a6f797.tar.gz |
gnu: xcape: Update to 1.2.
* gnu/packages/xdisorg.scm (xcape): Update to 1.2.
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 4633b5159e..d90146a0a0 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -716,7 +716,7 @@ within a single process.") (define-public xcape (package (name "xcape") - (version "1.1") + (version "1.2") (source (origin (method url-fetch) @@ -725,7 +725,7 @@ within a single process.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0jkdiaxc6sryrbibdgi2y1c48n4l9xyazhxr16l6h4ibddx95bk9")))) + "0898zc3vwxia00h9kfknpf7jygxgwggrx8v5mxc31w4lzn2dhzm2")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no check target |