diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-08 04:14:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-09 02:17:24 +0200 |
commit | 83ee7ee73501c30a96d8620a51779caa0cefedb3 (patch) | |
tree | 15f7d2bb984381d2bda427920cef088293d8d897 /gnu/packages/xdisorg.scm | |
parent | 11c8a6491249e63e98d902d7396b9ac0a2bca947 (diff) | |
download | patches-83ee7ee73501c30a96d8620a51779caa0cefedb3.tar patches-83ee7ee73501c30a96d8620a51779caa0cefedb3.tar.gz |
gnu: xlockmore: Update to 5.56.
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.56.
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 d6ca5278f5..a6d9555966 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -640,7 +640,7 @@ to find buttons, etc, on the screen to click on.") (define-public xlockmore (package (name "xlockmore") - (version "5.55") + (version "5.56") (source (origin (method url-fetch) (uri (list (string-append "http://sillycycle.com/xlock/" @@ -651,7 +651,7 @@ to find buttons, etc, on the screen to click on.") name "-" version ".tar.xz"))) (sha256 (base32 - "1y3f76rq2nd10fgi2rx81aj6pijglmm661vjsxi05hpg35dzmwfl")))) + "1dg1n79rnswhxqz36mxnl5lp8p37i9fbibnzzyrqknmvf2s8xpd0")))) (build-system gnu-build-system) (arguments '(#:configure-flags (list (string-append "--enable-appdefaultdir=" |