gnu: python-colorama: Update to 0.3.9.
* gnu/packages/python.scm (python-colorama): Update to 0.3.9.
This commit is contained in:
		
							parent
							
								
									b37f005c6b
								
							
						
					
					
						commit
						4b61374b1b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -7407,14 +7407,14 @@ concurrent.futures package from Python 3.2")
 | 
				
			||||||
(define-public python-colorama
 | 
					(define-public python-colorama
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "python-colorama")
 | 
					   (name "python-colorama")
 | 
				
			||||||
   (version "0.3.7")
 | 
					   (version "0.3.9")
 | 
				
			||||||
   (source
 | 
					   (source
 | 
				
			||||||
    (origin
 | 
					    (origin
 | 
				
			||||||
     (method url-fetch)
 | 
					     (method url-fetch)
 | 
				
			||||||
     (uri (pypi-uri "colorama" version))
 | 
					     (uri (pypi-uri "colorama" version))
 | 
				
			||||||
     (sha256
 | 
					     (sha256
 | 
				
			||||||
      (base32
 | 
					      (base32
 | 
				
			||||||
       "0avqkn6362v7k2kg3afb35g4sfdvixjgy890clip4q174p9whhz0"))))
 | 
					       "1wd1szk0z3073ghx26ynw43gnc140ibln1safgsis6s6z3s25ss8"))))
 | 
				
			||||||
   (build-system python-build-system)
 | 
					   (build-system python-build-system)
 | 
				
			||||||
   (synopsis "Colored terminal text rendering for Python")
 | 
					   (synopsis "Colored terminal text rendering for Python")
 | 
				
			||||||
   (description "Colorama is a Python library for rendering colored terminal
 | 
					   (description "Colorama is a Python library for rendering colored terminal
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue