mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtsensors: Update to 5.15.10.
* gnu/packages/qt.scm (qtsensors): Update to 5.15.10.
This commit is contained in:
parent
b2bc0af1e2
commit
c3a7024403
1 changed files with 2 additions and 2 deletions
|
@ -1558,13 +1558,13 @@ (define-public qtsensors
|
|||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtsensors")
|
||||
(version "5.15.8")
|
||||
(version "5.15.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fdpgbikvxjacyipcyac0czqhv96pvc75dl9cyafslws8m53fm56"))))
|
||||
"00gzb7xcifi3ib5adi7s6h5wvc6v4f48nwb4g1pm0zq9sv22lg6d"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:parallel-tests? _ #f) #f) ; can lead to race condition
|
||||
|
|
Loading…
Reference in a new issue