python3Packages.mdit-py-plugins: 0.3.5 -> 0.4.0

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:45 +02:00
parent ba59279e00
commit 6a4cbb9ba7
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "mdit-py-plugins";
version = "0.3.5";
version = "0.4.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "executablebooks";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-U6Qh/1GklW9ZXBXmjPLuxga0JS/Cyga1iorcMEA+WP8=";
hash = "sha256-YBJu0vIOD747DrJLcqiZMHq34+gHdXeGLCw1OxxzIJ0=";
};
nativeBuildInputs = [