mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: qtsensors: Update to 6.6.3.
* gnu/packages/qt.scm (qtsensors): Update to 6.6.3. Change-Id: Iff5f6e1ce9ec8bafd227ee76c6cf79c06af1fb89
This commit is contained in:
parent
3972c32f71
commit
bcff715a22
1 changed files with 2 additions and 2 deletions
|
@ -1752,13 +1752,13 @@ (define-public qtsensors
|
|||
(package
|
||||
(inherit qtsvg)
|
||||
(name "qtsensors")
|
||||
(version "6.6.2")
|
||||
(version "6.6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0a3w50bfnmxndyxnn9lsy1wxffhm2am0yjxqx3vx0gfjwv79yvsa"))))
|
||||
"0r9p3lm159pji29vq9kii42jkz4rg15hqh6zlq9442i58a0ayddj"))))
|
||||
(native-inputs (list qtdeclarative))
|
||||
(inputs (list qtbase))
|
||||
(synopsis "Qt Sensors module")
|
||||
|
|
Loading…
Reference in a new issue