gnu: python-docutils: Update to 0.14.
* gnu/packages/python.scm (python-docutils, python2-docutils): Update to 0.14.
This commit is contained in:
		
							parent
							
								
									85f225fbf7
								
							
						
					
					
						commit
						db4411b42b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3191,14 +3191,14 @@ logging and tracing of the execution.")
 | 
				
			||||||
(define-public python-docutils
 | 
					(define-public python-docutils
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-docutils")
 | 
					    (name "python-docutils")
 | 
				
			||||||
    (version "0.13.1")
 | 
					    (version "0.14")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "docutils" version))
 | 
					       (uri (pypi-uri "docutils" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1gkma47i609jfs7dssxn4y9vsz06qi0l5q41nws0zgkpnrghz33i"))))
 | 
					         "0x22fs3pdmr42kvz6c654756wja305qv6cx1zbhwlagvxgr4xrji"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:tests? #f)) ; no setup.py test command
 | 
					     '(#:tests? #f)) ; no setup.py test command
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue