mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: qtscript: Update to 5.15.15.
* gnu/packages/qt.scm (qtscript): Update to 5.15.15. Change-Id: Ida70d72896bd7c0b478abb7da35511e7a88e2eab
This commit is contained in:
parent
a7b3dd75e0
commit
58b18319b9
1 changed files with 2 additions and 2 deletions
|
@ -2499,13 +2499,13 @@ (define-public qtscript
|
|||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtscript")
|
||||
(version "5.15.10")
|
||||
(version "5.15.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fvhjsn41f6gx7bmvifxl61fdk6mg9lc6wgnwsfz2kyx0r2wsbb4"))
|
||||
"1sy2b0vdj974l4fd2wq3vzr359mnbv5a39im93sgwn35alixnvpd"))
|
||||
(patches (search-patches "qtscript-disable-tests.patch"))))
|
||||
(native-inputs (list perl qttools-5))
|
||||
(inputs (list qtbase-5))
|
||||
|
|
Loading…
Reference in a new issue