gnu: qtnetworkauth: Update to 6.6.3.
* gnu/packages/qt.scm (qtnetworkauth): Update to 6.6.3. Change-Id: Id42e03158620c504bbedbb6f658e685deeb9491a
This commit is contained in:
		
							parent
							
								
									88af888e21
								
							
						
					
					
						commit
						c7f72f5e71
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2681,13 +2681,13 @@ implementation of OAuth and OAuth2 authenticathon methods for Qt."))) | |||
| (define-public qtnetworkauth | ||||
|   (package | ||||
|     (name "qtnetworkauth") | ||||
|     (version "6.6.2") | ||||
|     (version "6.6.3") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (qt-url name version)) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "1lijsdwbj8gscfllmp358n5ysa8pvhx2msh7gpxvb4x81daxbg9j")))) | ||||
|                 "153mpg4hv3nclcdrkbzkalg4xf5k6r64fj003b725zyp885s7fax")))) | ||||
|     (build-system cmake-build-system) | ||||
|     (arguments (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON"))) | ||||
|     (native-inputs (list perl)) | ||||
|  |  | |||
		Reference in a new issue