mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: qtpositioning: Update to 6.3.2.
* gnu/packages/qt.scm (qtpositioning): Update to 6.3.2.
This commit is contained in:
parent
e80881ee58
commit
2a92e7ba56
1 changed files with 2 additions and 2 deletions
|
@ -2158,13 +2158,13 @@ (define-public qtscxml
|
||||||
(define-public qtpositioning
|
(define-public qtpositioning
|
||||||
(package
|
(package
|
||||||
(name "qtpositioning")
|
(name "qtpositioning")
|
||||||
(version "6.3.1")
|
(version "6.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v78wamvdw02kf9rq7m5v24q2g6jmgq4ch0fnfa014p1r978wy06"))))
|
"0zh45lf164nzwl1hh96qm64nyw9wzzrnm5s7sx761glz54q6l5xz"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue