gnu: xlockmore: Update to 5.66.
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.66.master
parent
ab17f7e3ec
commit
0405637946
|
@ -843,7 +843,7 @@ shows it again when the mouse cursor moves or a mouse button is pressed.")
|
||||||
(define-public xlockmore
|
(define-public xlockmore
|
||||||
(package
|
(package
|
||||||
(name "xlockmore")
|
(name "xlockmore")
|
||||||
(version "5.62")
|
(version "5.66")
|
||||||
(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/"
|
||||||
|
@ -854,7 +854,7 @@ shows it again when the mouse cursor moves or a mouse button is pressed.")
|
||||||
"xlockmore-" version ".tar.xz")))
|
"xlockmore-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b05wgj4mpssy4hd7km5c48i454dfg45p11mfmsr7xjd2gnz5gqi"))))
|
"0wdb7gpyjw3sigmhiplgg1bqxz6wipr0c3n9492x2a18cv1saxjr"))))
|
||||||
(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="
|
||||||
|
|
Reference in New Issue