diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-27 12:19:46 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-27 12:39:39 +0100 |
commit | 31ccf5dc6cb020d4502ac54ed7342f5440ea6d83 (patch) | |
tree | e448a61132bd2e5d58d1b3601292293279aef872 /gnu/packages/xdisorg.scm | |
parent | c46d8e92decff0925b34ca1824de545dbbbf9f25 (diff) | |
download | guix-31ccf5dc6cb020d4502ac54ed7342f5440ea6d83.tar guix-31ccf5dc6cb020d4502ac54ed7342f5440ea6d83.tar.gz |
gnu: slop: Update to 5.3.35.
* gnu/packages/xdisorg.scm (slop): Update to 5.3.35.
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 b5f3dc6473..6e38a5aa3a 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.28") + (version "5.3.35") (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 - "01k39wb1w367zbnl3ni76n3xcmcyvjf14jvk09cd409mvhwyl0p4")))) + "12fkwardd33xbaisjv93r49jh1dmqw323zjsd9m8kxcyv1rimsig")))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ; no "check" target |