mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: lxinput: Use a mirror:// URI.
* gnu/packages/lxde.scm (lxinput)[source]: Use a mirror URI.
This commit is contained in:
parent
6592a8753c
commit
5c4d7a4a89
1 changed files with 3 additions and 2 deletions
|
@ -505,8 +505,9 @@ (define-public lxinput
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
(uri (string-append "mirror://sourceforge/lxde/"
|
||||||
name "-" version ".tar.xz"))
|
"LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/"
|
||||||
|
"LXInput%200.3.x/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"123f3yn4rp1w5b3n5aj3ad9snkxab29qkrs7bcvf5bx4cn57g3sf"))))
|
"123f3yn4rp1w5b3n5aj3ad9snkxab29qkrs7bcvf5bx4cn57g3sf"))))
|
||||||
|
|
Loading…
Reference in a new issue