python3Packages.markdown2: 2.4.0 -> 2.4.1
(cherry picked from commit 5b4b1cbfc41d0354645059b10df547a82905eb1e)
This commit is contained in:
parent
4e749dc0a1
commit
fe6b8c4b0f
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "markdown2";
|
pname = "markdown2";
|
||||||
version = "2.4.0";
|
version = "2.4.1";
|
||||||
|
|
||||||
# PyPI does not contain tests, so using GitHub instead.
|
# PyPI does not contain tests, so using GitHub instead.
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "trentm";
|
owner = "trentm";
|
||||||
repo = "python-markdown2";
|
repo = "python-markdown2";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256:03qmf087phpj0h9hx111k4r5pkm48dhb61mqhp1v75gd09k0z79z";
|
sha256 = "0y7kh9jj8ys00qkfmmyqj63y21g7wn7yr715kj0j1nabs6xbp0y7";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pygments ];
|
checkInputs = [ pygments ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user