gnu: libqtxdg: Fix download location.

* gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location.
master
Andreas Enge 2015-10-03 22:49:12 +02:00
parent 250ffe4de1
commit f8822418f1
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@
(origin (origin
(method url-fetch) (method url-fetch)
(uri (uri
(string-append "https://github.com/lxde/" name "/releases/download/" (string-append "http://downloads.lxqt.org/libqtxdg/" version "/"
version "/" name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1ncqs0lcll5nx69hxfg33m3jfkryjqrjhr2kdci0b8pyaqdv1jc8")))) "1ncqs0lcll5nx69hxfg33m3jfkryjqrjhr2kdci0b8pyaqdv1jc8"))))