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)))) | ||||
| 
 | ||||
| (define-public qtsensors | ||||
|   (package (inherit qtsvg-5) | ||||
|   (package | ||||
|     (inherit qtsvg-5) | ||||
|     (name "qtsensors") | ||||
|     (version "5.15.5") | ||||
|     (version "5.15.8") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (qt-urls name version)) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                "0zlhm4js02niibb23rw87wf4ik0gy4ai08fwprnwy7zf4rm1ss3d")))) | ||||
|                 "1fdpgbikvxjacyipcyac0czqhv96pvc75dl9cyafslws8m53fm56")))) | ||||
|     (arguments | ||||
|      (substitute-keyword-arguments (package-arguments qtsvg-5) | ||||
|        ((#:parallel-tests? _ #f) #f)    ; can lead to race condition | ||||
|  |  | |||
		Reference in a new issue