mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: qtpositioning: Update to 6.6.3.
* gnu/packages/qt.scm (qtpositioning): Update to 6.6.3. Change-Id: I9e585c0a114e91d11ffe34255ba3e334bead9591
This commit is contained in:
parent
882ec8b8cc
commit
88af888e21
1 changed files with 2 additions and 2 deletions
|
@ -2568,13 +2568,13 @@ (define-public qtscxml
|
|||
(define-public qtpositioning
|
||||
(package
|
||||
(name "qtpositioning")
|
||||
(version "6.6.2")
|
||||
(version "6.6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qn31vps9dj4g8m7d195qlsyj3p4dfqqszdc6yqq097dq5y5d9sd"))))
|
||||
"1frzzndsscb6iqschklks2l17ppnjpnx1lq1cypnq3x0598bcdws"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue