mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38: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
|
(define-public xlockmore
|
||||||
(package
|
(package
|
||||||
(name "xlockmore")
|
(name "xlockmore")
|
||||||
(version "5.58")
|
(version "5.59")
|
||||||
(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/"
|
||||||
|
@ -773,7 +773,7 @@ (define-public xlockmore
|
||||||
"xlockmore-" version ".tar.xz")))
|
"xlockmore-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1va11sbv5lbkxkp0i0msz5md3n2n82nzppk27rzdrw7y79vq37zw"))))
|
"0lajc5a4lki33b9mzfsi74q4hbivbmhwysp7mib4ivnyxianhaid"))))
|
||||||
(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