diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-04-23 18:25:27 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-04-23 20:03:24 +0200 |
commit | 89f9ffffe5ed15a9c8ff73e82211670d0f4c078b (patch) | |
tree | 407ca3a00164628164c5d0317374957d6d47ef50 /gnu | |
parent | 14534d7fcdb545ac7d5a4c58633886dac4ed262a (diff) | |
download | patches-89f9ffffe5ed15a9c8ff73e82211670d0f4c078b.tar patches-89f9ffffe5ed15a9c8ff73e82211670d0f4c078b.tar.gz |
gnu: slop: Update to 7.4.
* gnu/packages/xdisorg.scm (slop): Update to 7.4.
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 5855273ab8..51844d8a70 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -499,7 +499,7 @@ of the screen selected by mouse.") (define-public slop (package (name "slop") - (version "7.3.49") + (version "7.4") (source (origin (method url-fetch) (uri (string-append @@ -508,7 +508,7 @@ of the screen selected by mouse.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0gxi174vi13ldjaf776s2jcdyy379lnwwml29nk1bkzj5d5gpghm")))) + "1kpdrikgpjb4fpxalb6pjcih5njv1w9cnrjj5612ywdv1q5mjs48")))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ; no "check" target |