mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: xlockmore: Add alternate URL.
* gnu/packages/xdisorg.scm (xlockmore)[source]: Add alternate URL.
This commit is contained in:
parent
d642053386
commit
20c043587a
1 changed files with 7 additions and 2 deletions
|
@ -411,8 +411,13 @@ (define-public xlockmore
|
|||
(version "5.45")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.tux.org/~bagleyd/xlock/xlockmore-"
|
||||
version "/xlockmore-" version ".tar.bz2"))
|
||||
(uri (list (string-append
|
||||
"http://www.tux.org/~bagleyd/xlock/xlockmore-"
|
||||
version ".tar.xz")
|
||||
(string-append
|
||||
"http://www.tux.org/~bagleyd/xlock/xlockmore-old"
|
||||
"/xlockmore-" version
|
||||
"/xlockmore-" version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32
|
||||
"1xqm61bbfn5q056w57vp16gvai8nqpcw570ysxlm5h46nh6ai0bz"))))
|
||||
|
|
Loading…
Reference in a new issue