python312Packages.myst-docutils: 3.0.1 -> 4.0.0

This commit is contained in:
R. Ryantm
2024-08-05 15:18:13 +00:00
parent d8446a5095
commit 990cc45225
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "myst-docutils";
version = "3.0.1";
version = "4.0.0";
format = "pyproject";
src = fetchPypi {
pname = "myst_docutils";
inherit version;
hash = "sha256-alQvF0OWNjDck022ORJ1Nl4t1jgzMZKEbJxPHsrmBcI=";
hash = "sha256-TuJyxDxPknX6a13aEu24BtoLb/IOjluI+zIBttgeWY8=";
};
nativeBuildInputs = [ flit-core ];