diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-23 18:44:44 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 17:45:17 +0200 |
commit | 460e72c7b7d8cfe866e3275f6c8e463d0ed6e55b (patch) | |
tree | b29ee8d12a3067e9ec0f14d3ce5392e271087524 /gnu | |
parent | c4ec1ae010955e29c8a8dcdb99104b9239406610 (diff) | |
download | guix-460e72c7b7d8cfe866e3275f6c8e463d0ed6e55b.tar.gz guix-460e72c7b7d8cfe866e3275f6c8e463d0ed6e55b.zip |
gnu: slop: Update to 5.3.38.
* gnu/packages/xdisorg.scm (slop): Update to 5.3.38.
Diffstat (limited to 'gnu')
-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 8d7f2195c2..73479581bb 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 "5.3.37") + (version "5.3.38") (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 - "1p2ih123zkj8rxz8acsxpaim1kq57f4rbq7zqsibafn5rkw5c5is")))) + "1gvsxzl4y4l7d5gvx24i0yxk3jxc1gnb48bjwvqmrh34gx974wn7")))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ; no "check" target |