gnu: qtwebsockets-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtwebsockets-5): Update to 5.15.8.
This commit is contained in:
		
							parent
							
								
									d212971661
								
							
						
					
					
						commit
						d8ab018f89
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1380,13 +1380,13 @@ with Bluetooth and NFC.")))
 | 
			
		|||
(define-public qtwebsockets-5
 | 
			
		||||
  (package (inherit qtsvg-5)
 | 
			
		||||
    (name "qtwebsockets")
 | 
			
		||||
    (version "5.15.5")
 | 
			
		||||
    (version "5.15.8")
 | 
			
		||||
    (source (origin
 | 
			
		||||
             (method url-fetch)
 | 
			
		||||
             (uri (qt-urls name version))
 | 
			
		||||
             (sha256
 | 
			
		||||
              (base32
 | 
			
		||||
               "0f120rfqnmlffjhrm5jbpipk1qsbzp1a2v3q8gz94hz6n9dqpav6"))))
 | 
			
		||||
               "12h520lpj2pljgkyq36p1509mw4pxgb76n30d32kg52crjsk34pa"))))
 | 
			
		||||
    (arguments
 | 
			
		||||
     (substitute-keyword-arguments (package-arguments qtsvg-5)
 | 
			
		||||
       ((#:tests? _ #f) #f))) ; TODO: Enable the tests
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue