gnu: qtnetworkauth: Update to 6.5.2.
* gnu/packages/qt.scm (qtnetworkauth): Update to 6.5.2.
This commit is contained in:
		
							parent
							
								
									39f3749c20
								
							
						
					
					
						commit
						f8dcb577c5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2405,13 +2405,13 @@ implementation of OAuth and OAuth2 authenticathon methods for Qt.")))
 | 
				
			||||||
(define-public qtnetworkauth
 | 
					(define-public qtnetworkauth
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "qtnetworkauth")
 | 
					    (name "qtnetworkauth")
 | 
				
			||||||
    (version "6.3.2")
 | 
					    (version "6.5.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (qt-url name version))
 | 
					              (uri (qt-url name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0mjnz87splyxq7jwydi5ws2aqb6j7czscrkns193w425x0dgy94l"))))
 | 
					                "0g18kh3zhcfi9ni8cqbbjdc1l6jf99ijv5shcl42jk6219b4pk2f"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")))
 | 
					    (arguments (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")))
 | 
				
			||||||
    (native-inputs (list perl))
 | 
					    (native-inputs (list perl))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue