gnu: xlockmore: Update to 5.56.
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.56.
This commit is contained in:
parent
11c8a64912
commit
83ee7ee735
|
@ -640,7 +640,7 @@ to find buttons, etc, on the screen to click on.")
|
||||||
(define-public xlockmore
|
(define-public xlockmore
|
||||||
(package
|
(package
|
||||||
(name "xlockmore")
|
(name "xlockmore")
|
||||||
(version "5.55")
|
(version "5.56")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "http://sillycycle.com/xlock/"
|
(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")))
|
name "-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y3f76rq2nd10fgi2rx81aj6pijglmm661vjsxi05hpg35dzmwfl"))))
|
"1dg1n79rnswhxqz36mxnl5lp8p37i9fbibnzzyrqknmvf2s8xpd0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list (string-append "--enable-appdefaultdir="
|
'(#:configure-flags (list (string-append "--enable-appdefaultdir="
|
||||||
|
|
Loading…
Reference in New Issue