gnu: python-nbxmpp: Update to 0.6.7.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.7.
This commit is contained in:
		
							parent
							
								
									b619b7f67b
								
							
						
					
					
						commit
						38a8cd329d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -548,14 +548,14 @@ simultaneously and therefore appear under the same nickname on IRC.")
 | 
				
			||||||
(define-public python-nbxmpp
 | 
					(define-public python-nbxmpp
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-nbxmpp")
 | 
					    (name "python-nbxmpp")
 | 
				
			||||||
    (version "0.6.6")
 | 
					    (version "0.6.7")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "nbxmpp" version))
 | 
					       (uri (pypi-uri "nbxmpp" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0bp60syqc3qp2i28phvadxlpwizjbr6bxw4m363p9yn5fl687qnh"))))
 | 
					         "0fas4iawjfdmkz8vr042wpq6b2qispi6fy35g4a62jw50jb1saav"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f))                    ; no tests
 | 
					     `(#:tests? #f))                    ; no tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue