mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -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
|
||||
(package
|
||||
(name "xlockmore")
|
||||
(version "5.59")
|
||||
(version "5.62")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "http://sillycycle.com/xlock/"
|
||||
|
@ -828,7 +828,7 @@ (define-public xlockmore
|
|||
"xlockmore-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0lajc5a4lki33b9mzfsi74q4hbivbmhwysp7mib4ivnyxianhaid"))))
|
||||
"0b05wgj4mpssy4hd7km5c48i454dfg45p11mfmsr7xjd2gnz5gqi"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags (list (string-append "--enable-appdefaultdir="
|
||||
|
|
Loading…
Reference in a new issue