diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-08-22 23:52:00 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-08-24 21:21:04 +0200 |
commit | 8752fa6cbaa22b63ddd4b2cd739b541be2e754d8 (patch) | |
tree | 5db07717adfb905760e3975f215d87cb4deeb093 /gnu/packages/xdisorg.scm | |
parent | 3f8efbb9a46c655d009f309ed75efa63d6fc08f4 (diff) | |
download | patches-8752fa6cbaa22b63ddd4b2cd739b541be2e754d8.tar patches-8752fa6cbaa22b63ddd4b2cd739b541be2e754d8.tar.gz |
gnu: slop: Update to 7.3.49.
* gnu/packages/xdisorg.scm (slop): Update to 7.3.49.
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 ffc2e790b5..363e44e412 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -451,7 +451,7 @@ of the screen selected by mouse.") (define-public slop (package (name "slop") - (version "7.3.48") + (version "7.3.49") (source (origin (method url-fetch) (uri (string-append @@ -460,7 +460,7 @@ of the screen selected by mouse.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "14igmf6a6vwx75gjnj10497n04klc35dvq87id8g9jn9rd3m6n25")))) + "0gxi174vi13ldjaf776s2jcdyy379lnwwml29nk1bkzj5d5gpghm")))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ; no "check" target |