mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtpositioning: Update to 6.5.2.
* gnu/packages/qt.scm (qtpositioning): Update to 6.5.2.
This commit is contained in:
parent
39bcfa1c93
commit
39f3749c20
1 changed files with 2 additions and 2 deletions
|
@ -2292,13 +2292,13 @@ (define-public qtscxml
|
|||
(define-public qtpositioning
|
||||
(package
|
||||
(name "qtpositioning")
|
||||
(version "6.3.2")
|
||||
(version "6.5.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zh45lf164nzwl1hh96qm64nyw9wzzrnm5s7sx761glz54q6l5xz"))))
|
||||
"1yhlfs8izc054qv1krf5qv6zzjlvmz013h74fwamn74dfh1kyjbh"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue