summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-02-25 11:56:29 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-02-25 13:10:27 +0100
commit472bf038575fce0cf83584b3433aa4b4d9a383f1 (patch)
treef78d8bbcafa1c83e38b33a5071c35877c6f9c1bd /gnu
parentbcd2fddd6a8e4ddaad960d3429b4ddae826ed4d5 (diff)
downloadguix-patches-472bf038575fce0cf83584b3433aa4b4d9a383f1.tar
guix-patches-472bf038575fce0cf83584b3433aa4b4d9a383f1.tar.gz
gnu: slop: Update to 5.3.28.
* gnu/packages/xdisorg.scm (slop): Update to 5.3.28.
Diffstat (limited to 'gnu')
-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 c34884291b..01e9f5aa13 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -438,7 +438,7 @@ of the screen selected by mouse.")
(define-public slop
(package
(name "slop")
- (version "5.3.27")
+ (version "5.3.28")
(source (origin
(method url-fetch)
(uri (string-append
@@ -447,7 +447,7 @@ of the screen selected by mouse.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0yid1qd5l0g22cmm3mmmbg639404i7069nw5g843llb5yfc54bs0"))))
+ "01k39wb1w367zbnl3ni76n3xcmcyvjf14jvk09cd409mvhwyl0p4"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f)) ; no "check" target