gnu: qtox: Update to 1.12.1.
* gnu/packages/messaging.scm (qtox): Update to 1.12.1.
This commit is contained in:
		
							parent
							
								
									57473bfc51
								
							
						
					
					
						commit
						1e9433cf4d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -801,14 +801,14 @@ instant messenger with audio and video chat capabilities.")
 | 
				
			||||||
(define-public qtox
 | 
					(define-public qtox
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "qtox")
 | 
					    (name "qtox")
 | 
				
			||||||
    (version "1.12.0")
 | 
					    (version "1.12.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://github.com/qTox/qTox/archive/v"
 | 
					              (uri (string-append "https://github.com/qTox/qTox/archive/v"
 | 
				
			||||||
                                  version ".tar.gz"))
 | 
					                                  version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0ycgvcfn8hchc775dcn1wpdqff8chvzz1svx9g99wa5vcns9pflg"))
 | 
					                "0dwy0abcxzzcybww2xi33cla71a7752cq02qswcks5kbxnf5pck5"))
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))))
 | 
					              (file-name (string-append name "-" version ".tar.gz"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue