gnu: python-docutils: Update to 0.16.
* gnu/packages/python-xyz.scm (python-docutils): Update to 0.16.
This commit is contained in:
		
							parent
							
								
									9b54d319e1
								
							
						
					
					
						commit
						da8e8dc644
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2635,14 +2635,14 @@ structure for Python.") | ||||||
| (define-public python-docutils | (define-public python-docutils | ||||||
|   (package |   (package | ||||||
|     (name "python-docutils") |     (name "python-docutils") | ||||||
|     (version "0.14") |     (version "0.16") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (pypi-uri "docutils" version)) |        (uri (pypi-uri "docutils" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "0x22fs3pdmr42kvz6c654756wja305qv6cx1zbhwlagvxgr4xrji")))) |          "1z3qliszqca9m719q3qhdkh0ghh90g500avzdgi7pl77x5h3mpn2")))) | ||||||
|     (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