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