gnu: python-astor: Update to 0.8.1.
* gnu/packages/python-xyz.scm (python-astor): Update to 0.8.1.
This commit is contained in:
		
							parent
							
								
									2ccf921645
								
							
						
					
					
						commit
						c4b3747ddf
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -20472,14 +20472,14 @@ of Python libraries for building Python applications.")
 | 
				
			||||||
(define-public python-astor
 | 
					(define-public python-astor
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-astor")
 | 
					    (name "python-astor")
 | 
				
			||||||
    (version "0.7.1")
 | 
					    (version "0.8.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "astor" version))
 | 
					       (uri (pypi-uri "astor" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "13gv6f2xz9i564byp21gcpc0l3w4cs23k1wbcam8kky2ls3hvhwm"))))
 | 
					         "0ppscdzzvxpznclkmhhj53iz314x3pfv4yc7c6gwxqgljgdgyvka"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    ;; FIXME: There are two errors and two test failures.
 | 
					    ;; FIXME: There are two errors and two test failures.
 | 
				
			||||||
    (arguments `(#:tests? #f))
 | 
					    (arguments `(#:tests? #f))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue