gnu: qtxmlpatterns: Update to 5.6.1-1.

* gnu/packages/qt.scm (qtxmlpatterns): Update to 5.6.1-1.
This commit is contained in:
Efraim Flashner 2016-06-26 17:50:49 +03:00
parent 0835e22816
commit d547a1970d
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -509,7 +509,7 @@ (define-public qtx11extras
(define-public qtxmlpatterns
(package (inherit qtsvg)
(name "qtxmlpatterns")
(version "5.6.1")
(version "5.6.1-1")
(source (origin
(method url-fetch)
(uri (string-append "https://download.qt.io/official_releases/qt/"
@ -518,7 +518,7 @@ (define-public qtxmlpatterns
version ".tar.xz"))
(sha256
(base32
"0q412jv3xbg7v05b8pbahifwx17gzlp96s90akh6zwhpm8i6xx34"))))
"1966rrk7f6c55k57j33rffdjs77kk4mawrnnl8yv1ckcirxc3np1"))))
(native-inputs `(("perl" ,perl)))
(inputs `(("qtbase" ,qtbase)))))