python3Packages.docutils: 0.22.4 -> 0.23

https://sourceforge.net/projects/docutils/files/docutils/0.23
This commit is contained in:
Martin Weinelt
2026-07-12 18:58:20 +02:00
parent 6071049718
commit a8ebc98dcc

View File

@@ -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 ];