gnu: qtsensors: Update to 5.15.8.
* gnu/packages/qt.scm (qtsensors): Update to 5.15.8.
This commit is contained in:
parent
d8ab018f89
commit
e3be7765cb
1 changed files with 11 additions and 10 deletions
|
@ -1440,15 +1440,16 @@ consume data received from the server, or both.")
|
||||||
(license (package-license qtbase))))
|
(license (package-license qtbase))))
|
||||||
|
|
||||||
(define-public qtsensors
|
(define-public qtsensors
|
||||||
(package (inherit qtsvg-5)
|
(package
|
||||||
|
(inherit qtsvg-5)
|
||||||
(name "qtsensors")
|
(name "qtsensors")
|
||||||
(version "5.15.5")
|
(version "5.15.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zlhm4js02niibb23rw87wf4ik0gy4ai08fwprnwy7zf4rm1ss3d"))))
|
"1fdpgbikvxjacyipcyac0czqhv96pvc75dl9cyafslws8m53fm56"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||||
((#:parallel-tests? _ #f) #f) ; can lead to race condition
|
((#:parallel-tests? _ #f) #f) ; can lead to race condition
|
||||||
|
|
Reference in a new issue