diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-06-01 17:40:44 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-06-01 17:40:44 +0200 |
commit | 85071d5a2d535bd31654e49331dfbd9a8444414d (patch) | |
tree | e2db322fb9a06603dc9cc55d830033d944e5406d /gnu/packages | |
parent | 7fb5c2cfabc16c4fed5c5200972b7f2c70a0d700 (diff) | |
download | guix-85071d5a2d535bd31654e49331dfbd9a8444414d.tar guix-85071d5a2d535bd31654e49331dfbd9a8444414d.tar.gz |
gnu: slop: Update to 6.3.40.
* gnu/packages/xdisorg.scm (slop): Update to 6.3.40.
Diffstat (limited to 'gnu/packages')
-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 2a345cb1b0..33c0d1289e 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -441,7 +441,7 @@ of the screen selected by mouse.") (define-public slop (package (name "slop") - (version "6.3.38") + (version "6.3.40") (source (origin (method url-fetch) (uri (string-append @@ -450,7 +450,7 @@ of the screen selected by mouse.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1jh08k7nqx6hr4rmb5damzqhnqiac439i6i51fmzymzw3fqykas8")))) + "1dc6sywaysk3fka95il1dn6rggg9b5565zw6acnnhxkyyh7j74vn")))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ; no "check" target |