gnu: qtscript: Update to 5.15.8.
* gnu/packages/qt.scm (qtscript): Update to 5.15.8.master
parent
bb70354eb7
commit
5f44795806
|
@ -2008,20 +2008,19 @@ the Qt community.")
|
||||||
(license (list license:gpl3))))
|
(license (list license:gpl3))))
|
||||||
|
|
||||||
(define-public qtscript
|
(define-public qtscript
|
||||||
(package (inherit qtsvg-5)
|
(package
|
||||||
|
(inherit qtsvg-5)
|
||||||
(name "qtscript")
|
(name "qtscript")
|
||||||
(version "5.15.5")
|
(version "5.15.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17yk0p8ci47xlfpllc17arlycng47wrnnskimskzz85bspabc8pm"))
|
"0rjj1pn0fwdq0qz0nzisxza671ywfrq5cv6iplywfyflh7q4dmcs"))
|
||||||
(patches (search-patches "qtscript-disable-tests.patch"))))
|
(patches (search-patches "qtscript-disable-tests.patch"))))
|
||||||
(native-inputs
|
(native-inputs (list perl qttools-5))
|
||||||
(list perl qttools-5))
|
(inputs (list qtbase-5))
|
||||||
(inputs
|
|
||||||
(list qtbase-5))
|
|
||||||
(synopsis "Qt Script module")
|
(synopsis "Qt Script module")
|
||||||
(description "Qt provides support for application scripting with ECMAScript.
|
(description "Qt provides support for application scripting with ECMAScript.
|
||||||
The following guides and references cover aspects of programming with
|
The following guides and references cover aspects of programming with
|
||||||
|
|
Reference in New Issue