mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-14 20:59:06 +00:00
python3Packages.docutils: 0.22.4 -> 0.23
https://sourceforge.net/projects/docutils/files/docutils/0.23
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
let
|
||||
self = buildPythonPackage rec {
|
||||
pname = "docutils";
|
||||
version = "0.22.4";
|
||||
version = "0.23";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/docutils/docutils-${version}.tar.gz";
|
||||
hash = "sha256-TbU7H96avsu3TZEjDTKrYm2U9rrfxXXW25GUpJ3ymWg=";
|
||||
hash = "sha256-dG9QYDIlESgKHlDrdoRu1r8jQphLKsBNxCyqGo14eZ4=";
|
||||
};
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
Reference in New Issue
Block a user