diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-03 00:29:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-03 01:52:46 +0100 |
commit | 8e936351d7155ecac2e33df8d22b8deb2c30ed63 (patch) | |
tree | 5692bd64a7240bd7ecc05de35c3460bfe30cd0c9 | |
parent | d539ca11b3e5d38073a51204d95d3a1ad746d23d (diff) | |
download | guix-8e936351d7155ecac2e33df8d22b8deb2c30ed63.tar.gz |
gnu: xlockmore: Update to 5.59.
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.59.
-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 4a29c1ddd2..b1759eabb2 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -762,7 +762,7 @@ shows it again when the mouse cursor moves or a mouse button is pressed.") (define-public xlockmore (package (name "xlockmore") - (version "5.58") + (version "5.59") (source (origin (method url-fetch) (uri (list (string-append "http://sillycycle.com/xlock/" @@ -773,7 +773,7 @@ shows it again when the mouse cursor moves or a mouse button is pressed.") "xlockmore-" version ".tar.xz"))) (sha256 (base32 - "1va11sbv5lbkxkp0i0msz5md3n2n82nzppk27rzdrw7y79vq37zw")))) + "0lajc5a4lki33b9mzfsi74q4hbivbmhwysp7mib4ivnyxianhaid")))) (build-system gnu-build-system) (arguments '(#:configure-flags (list (string-append "--enable-appdefaultdir=" |