mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: qttools-5: Update to 5.15.15.
* gnu/packages/qt.scm (qttools-5): Update to 5.15.15. Change-Id: Ib67564ec9cea842a21a12a6775a803ab6bdfc4da
This commit is contained in:
parent
fa433dff0d
commit
a7b3dd75e0
1 changed files with 2 additions and 2 deletions
|
@ -2406,13 +2406,13 @@ (define-public qttools-5
|
|||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qttools")
|
||||
(version "5.15.10")
|
||||
(version "5.15.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bkx2sc5hyldarc7w76ymv7dlcna3ib9r2kp67jdqcf856bnrx36"))))
|
||||
"0a404d7swfl1lm8qcb725157sd9frkgrg2r821cr4v5xqq26g53i"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f) ; TODO: Enable the tests
|
||||
|
|
Loading…
Reference in a new issue