mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: xlockmore: Update to 5.62.
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.62.
This commit is contained in:
parent
81166ee488
commit
bf8ee1c504
1 changed files with 2 additions and 2 deletions
|
@ -817,7 +817,7 @@ (define-public xbanish
|
||||||
(define-public xlockmore
|
(define-public xlockmore
|
||||||
(package
|
(package
|
||||||
(name "xlockmore")
|
(name "xlockmore")
|
||||||
(version "5.59")
|
(version "5.62")
|
||||||
(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/"
|
||||||
|
@ -828,7 +828,7 @@ (define-public xlockmore
|
||||||
"xlockmore-" version ".tar.xz")))
|
"xlockmore-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lajc5a4lki33b9mzfsi74q4hbivbmhwysp7mib4ivnyxianhaid"))))
|
"0b05wgj4mpssy4hd7km5c48i454dfg45p11mfmsr7xjd2gnz5gqi"))))
|
||||||
(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 a new issue