mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: xlockmore: Update to 5.59.
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.59.
This commit is contained in:
parent
d539ca11b3
commit
8e936351d7
1 changed files with 2 additions and 2 deletions
|
@ -762,7 +762,7 @@ (define-public xbanish
|
|||
(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 @@ (define-public xlockmore
|
|||
"xlockmore-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1va11sbv5lbkxkp0i0msz5md3n2n82nzppk27rzdrw7y79vq37zw"))))
|
||||
"0lajc5a4lki33b9mzfsi74q4hbivbmhwysp7mib4ivnyxianhaid"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags (list (string-append "--enable-appdefaultdir="
|
||||
|
|
Loading…
Reference in a new issue