mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 02:51:49 +02: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:
+2
-2
@@ -2499,13 +2499,13 @@ the Qt community.")
|
|||||||
(package
|
(package
|
||||||
(inherit qtsvg-5)
|
(inherit qtsvg-5)
|
||||||
(name "qtscript")
|
(name "qtscript")
|
||||||
(version "5.15.10")
|
(version "5.15.15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fvhjsn41f6gx7bmvifxl61fdk6mg9lc6wgnwsfz2kyx0r2wsbb4"))
|
"1sy2b0vdj974l4fd2wq3vzr359mnbv5a39im93sgwn35alixnvpd"))
|
||||||
(patches (search-patches "qtscript-disable-tests.patch"))))
|
(patches (search-patches "qtscript-disable-tests.patch"))))
|
||||||
(native-inputs (list perl qttools-5))
|
(native-inputs (list perl qttools-5))
|
||||||
(inputs (list qtbase-5))
|
(inputs (list qtbase-5))
|
||||||
|
|||||||
Reference in New Issue
Block a user