mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libqtxdg: Fix download location.
* gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location.
This commit is contained in:
parent
250ffe4de1
commit
f8822418f1
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ (define-public libqtxdg
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "https://github.com/lxde/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(string-append "http://downloads.lxqt.org/libqtxdg/" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ncqs0lcll5nx69hxfg33m3jfkryjqrjhr2kdci0b8pyaqdv1jc8"))))
|
||||
|
|
Loading…
Reference in a new issue