gnu: qt@4: Update source URI.

* gnu/packages/qt.scm (qt-4)[source](uri): Adjust to current.
This commit is contained in:
Marius Bakke 2020-04-21 13:50:42 +02:00
parent cbd2e1edc8
commit 808d12bb08
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -149,7 +149,7 @@ system, and the core design of Django is reused in Grantlee.")
(version "4.8.7")
(source (origin
(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 #\.))
"/" version
"/qt-everywhere-opensource-src-"