gnu: qtspeech: Update to 5.15.8.

* gnu/packages/qt.scm (qtspeech): Update to 5.15.8.
This commit is contained in:
Maxim Cournoyer 2023-03-27 16:09:55 -04:00
parent db365dac19
commit d1bafb1086
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -2320,22 +2320,20 @@ processes or computers.")
(license (package-license qtbase)))) (license (package-license qtbase))))
(define-public qtspeech (define-public qtspeech
(package (inherit qtsvg-5) (package
(inherit qtsvg-5)
(name "qtspeech") (name "qtspeech")
(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
"0xskp9dzjy5nqszygk8gwvjyiylgynx5sq3nk2vi3zwgfdh5jpm4")))) "1q56lyj7s05sx52j5z6gcs000mni4c7mb7qyq4lfval7c06hw5p6"))))
(arguments (arguments (substitute-keyword-arguments (package-arguments qtsvg-5)
(substitute-keyword-arguments (package-arguments qtsvg-5) ((#:tests? _ #f) #f))) ; TODO: Enable the tests
((#:tests? _ #f) #f))) ; TODO: Enable the tests (inputs (list qtbase-5))
(inputs (native-inputs (list perl qtdeclarative-5 qtmultimedia-5 qtxmlpatterns))
(list qtbase-5))
(native-inputs
(list perl qtdeclarative-5 qtmultimedia-5 qtxmlpatterns))
(synopsis "Qt Speech module") (synopsis "Qt Speech module")
(description "The Qt Speech module enables a Qt application to support (description "The Qt Speech module enables a Qt application to support
accessibility features such as text-to-speech, which is useful for end-users accessibility features such as text-to-speech, which is useful for end-users