gnu: qt@4: Update source URI.
* gnu/packages/qt.scm (qt-4)[source](uri): Adjust to current.
This commit is contained in:
parent
cbd2e1edc8
commit
808d12bb08
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ system, and the core design of Django is reused in Grantlee.")
|
||||||
(version "4.8.7")
|
(version "4.8.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.qt-project.org/official_releases/qt/"
|
(uri (string-append "http://download.qt-project.org/archive/qt/"
|
||||||
(string-copy version 0 (string-rindex version #\.))
|
(string-copy version 0 (string-rindex version #\.))
|
||||||
"/" version
|
"/" version
|
||||||
"/qt-everywhere-opensource-src-"
|
"/qt-everywhere-opensource-src-"
|
||||||
|
|
Reference in a new issue