mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: qt-4: Update to 4.8.7.
* gnu/packages/qt.scm (qt-4): Update to 4.8.7.
This commit is contained in:
parent
9e4552aac2
commit
d22b9397e1
1 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ (define-public qt
|
|||
|
||||
(define-public qt-4
|
||||
(package (inherit qt)
|
||||
(version "4.8.6")
|
||||
(version "4.8.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://download.qt-project.org/official_releases/qt/"
|
||||
|
@ -231,7 +231,7 @@ (define-public qt-4
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0b036iqgmbbv37dgwwfihw3mihjbnw3kb5kaisdy0qi8nn8xs54b"))
|
||||
"183fca7n7439nlhxyg1z7aky0izgbyll3iwakw4gwivy16aj5272"))
|
||||
(patches (map search-patch
|
||||
'("qt4-ldflags.patch" "qt4-tests.patch")))))
|
||||
(inputs `(,@(alist-delete "libjpeg" (package-inputs qt))
|
||||
|
|
Loading…
Reference in a new issue