diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-06 01:35:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-06 15:02:23 +0100 |
commit | e6f6d765f23d669149bb762bdff5f6302849f565 (patch) | |
tree | 7b8790ea4040ec89e9b27267156aa4d283458baa | |
parent | e82152c400af8c658d922337864c0673280ef2c7 (diff) | |
download | guix-e6f6d765f23d669149bb762bdff5f6302849f565.tar guix-e6f6d765f23d669149bb762bdff5f6302849f565.tar.gz |
gnu: xlockmore: Update to 5.55.
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.55.
-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 4213afdc4d..22a85fb009 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -618,7 +618,7 @@ to find buttons, etc, on the screen to click on.") (define-public xlockmore (package (name "xlockmore") - (version "5.47") + (version "5.55") (source (origin (method url-fetch) (uri (list (string-append "http://sillycycle.com/xlock/" @@ -629,7 +629,7 @@ to find buttons, etc, on the screen to click on.") name "-" version ".tar.xz"))) (sha256 (base32 - "138d79b8zc2hambbr9fnxp3fhihlcljgqns04zf0kv2f53pavqwl")))) + "1y3f76rq2nd10fgi2rx81aj6pijglmm661vjsxi05hpg35dzmwfl")))) (build-system gnu-build-system) (arguments '(#:configure-flags (list (string-append "--enable-appdefaultdir=" |