python3Packages.markdown2: 2.4.1 -> 2.4.3

This commit is contained in:
Robert Scott
2022-08-29 11:49:25 +01:00
parent 26501c5268
commit 7f0b3c288f
@@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "markdown2";
version = "2.4.1";
version = "2.4.3";
# PyPI does not contain tests, so using GitHub instead.
src = fetchFromGitHub {
owner = "trentm";
repo = "python-markdown2";
rev = version;
sha256 = "0y7kh9jj8ys00qkfmmyqj63y21g7wn7yr715kj0j1nabs6xbp0y7";
sha256 = "sha256-zNZ7/dDZbPIwcxSLvf8u5oaAgHLrZ6kk4vXNPUuZs/4=";
};
checkInputs = [ pygments ];