mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtspeech: Update to 5.15.10.
* gnu/packages/qt.scm (qtspeech): Update to 5.15.10.
This commit is contained in:
parent
3638ee9fb6
commit
02708e27fc
1 changed files with 2 additions and 2 deletions
|
@ -2459,13 +2459,13 @@ (define-public qtspeech
|
|||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtspeech")
|
||||
(version "5.15.8")
|
||||
(version "5.15.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q56lyj7s05sx52j5z6gcs000mni4c7mb7qyq4lfval7c06hw5p6"))))
|
||||
"1qscnqxnm9yvfa0i6xnz04xrhlxf08v3xkas8ng790camr34pwwa"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
|
|
Loading…
Reference in a new issue