mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xlockmore: Update to 5.46.
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.46.
This commit is contained in:
parent
20c043587a
commit
75bae747cc
1 changed files with 2 additions and 2 deletions
|
@ -408,7 +408,7 @@ (define-public unclutter
|
|||
(define-public xlockmore
|
||||
(package
|
||||
(name "xlockmore")
|
||||
(version "5.45")
|
||||
(version "5.46")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append
|
||||
|
@ -420,7 +420,7 @@ (define-public xlockmore
|
|||
"/xlockmore-" version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32
|
||||
"1xqm61bbfn5q056w57vp16gvai8nqpcw570ysxlm5h46nh6ai0bz"))))
|
||||
"1ps0dmnh912x8mwns94y2607xk90rjxrjn5s1pkmmpjg5h9bxcrj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags (list (string-append "--enable-appdefaultdir="
|
||||
|
|
Loading…
Reference in a new issue