mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: xlockmore: Update to 5.57.
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.57.
This commit is contained in:
parent
458fe41923
commit
c7949d6c00
1 changed files with 2 additions and 2 deletions
|
@ -716,7 +716,7 @@ (define-public xbanish
|
||||||
(define-public xlockmore
|
(define-public xlockmore
|
||||||
(package
|
(package
|
||||||
(name "xlockmore")
|
(name "xlockmore")
|
||||||
(version "5.56")
|
(version "5.57")
|
||||||
(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/"
|
||||||
|
@ -727,7 +727,7 @@ (define-public xlockmore
|
||||||
name "-" version ".tar.xz")))
|
name "-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dg1n79rnswhxqz36mxnl5lp8p37i9fbibnzzyrqknmvf2s8xpd0"))))
|
"18r8rh8fzdn9miicbpc3qbdd4mm2g1jpsbcvj29sr66pxydzkb7r"))))
|
||||||
(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