gnu: python-babel: Update to 2.6.0.
* gnu/packages/python.scm (python-babel): Update to 2.6.0.
This commit is contained in:
		
							parent
							
								
									cb5ba282cc
								
							
						
					
					
						commit
						b3a21b2cf9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -617,14 +617,14 @@ by @code{binstar}, @code{binstar-build} and @code{chalmers}.")
 | 
				
			||||||
(define-public python-babel
 | 
					(define-public python-babel
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-babel")
 | 
					    (name "python-babel")
 | 
				
			||||||
    (version "2.3.4")
 | 
					    (version "2.6.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
      (uri (pypi-uri "Babel" version))
 | 
					      (uri (pypi-uri "Babel" version))
 | 
				
			||||||
      (sha256
 | 
					      (sha256
 | 
				
			||||||
       (base32
 | 
					       (base32
 | 
				
			||||||
        "0x98qqqw35xllpcama013a9788ly84z8dm1w2wwfpxh2710c8df5"))))
 | 
					        "08rxmbx2s4irp0w0gmn498vns5xy0fagm0fg33xa772jiks51flc"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-pytz" ,python-pytz)))
 | 
					     `(("python-pytz" ,python-pytz)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue