mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: qttools: Update to 6.9.2.
* gnu/packages/qt.scm (qttools): Update to 6.9.2. Change-Id: Idce4fe3722a603acf1552c7a9dc9c03650224a1b
This commit is contained in:
parent
2fdcb1b056
commit
ebfd170c51
1 changed files with 2 additions and 2 deletions
|
|
@ -2633,13 +2633,13 @@ that helps in Qt development.")))
|
|||
(define-public qttools
|
||||
(package
|
||||
(name "qttools")
|
||||
(version "6.8.2")
|
||||
(version "6.9.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h6jacmzyb4qrsmk68if72avsydfk31ap4gj28v921rzsjvq2qrj"))))
|
||||
"12d4czfwvh9rfjwnkpsiwzrpx4ga69c6vz85aabhpk3hx7lggdyq"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue