mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: qt: Correct source uri.
* gnu/packages/qt.scm (qt-4): Correct source uri (reported by Cyril Roelandt <tipecaml@gmail.com>).
This commit is contained in:
parent
b92eee75b1
commit
89059aa193
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ (define-public qt-4
|
|||
(uri (string-append "http://download.qt-project.org/official_releases/qt/"
|
||||
(string-copy version 0 (string-rindex version #\.))
|
||||
"/" version
|
||||
"/single/qt-everywhere-opensource-src-"
|
||||
"/qt-everywhere-opensource-src-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue