gnu: qtx11extras: Update to 5.6.1-1.
* gnu/packages/qt.scm (qtx11extras): Update to 5.6.1-1.
This commit is contained in:
parent
1c16029b7f
commit
0835e22816
|
@ -491,7 +491,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
|
||||||
(define-public qtx11extras
|
(define-public qtx11extras
|
||||||
(package (inherit qtsvg)
|
(package (inherit qtsvg)
|
||||||
(name "qtx11extras")
|
(name "qtx11extras")
|
||||||
(version "5.6.1")
|
(version "5.6.1-1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.qt.io/official_releases/qt/"
|
(uri (string-append "https://download.qt.io/official_releases/qt/"
|
||||||
|
@ -500,7 +500,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l736qiz8adrnh267xz63hv4sph6nhy90h836qfnnmv3p78ipsz8"))))
|
"0yj5yg2dqkrwbgbicmk2rpqsagmi8dsffkrprpsj0fmkx4awhv5y"))))
|
||||||
(native-inputs `(("perl" ,perl)))
|
(native-inputs `(("perl" ,perl)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("mesa" ,mesa)
|
`(("mesa" ,mesa)
|
||||||
|
|
Loading…
Reference in New Issue