gnu: python-docutils: Update to 0.17.1.
* gnu/packages/python-xyz.scm (python-docutils): Update to 0.17.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									fecea3b531
								
							
						
					
					
						commit
						f5f5a48d8a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4105,14 +4105,14 @@ structure for Python.")
 | 
				
			||||||
(define-public python-docutils
 | 
					(define-public python-docutils
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-docutils")
 | 
					    (name "python-docutils")
 | 
				
			||||||
    (version "0.16")
 | 
					    (version "0.17.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "docutils" version))
 | 
					       (uri (pypi-uri "docutils" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1z3qliszqca9m719q3qhdkh0ghh90g500avzdgi7pl77x5h3mpn2"))))
 | 
					         "09gii36lp1bs26cpxqyfd20xahnpbrbjzcnba2xq08y3wk97frb8"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:phases (modify-phases %standard-phases
 | 
					     '(#:phases (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue