mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python3Packages.markdown-it-py: 0.5.6 -> 0.6.2
This commit is contained in:
parent
b35215a5a1
commit
339a1dac9b
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "markdown-it-py";
|
pname = "markdown-it-py";
|
||||||
version = "0.5.6";
|
version = "0.6.2";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||||
owner = "executablebooks";
|
owner = "executablebooks";
|
||||||
repo = "markdown-it-py";
|
repo = "markdown-it-py";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1m9g8xvd7jiz80x9hl8bw9x0ppndqq5nlcn5y8bjxnfj5s31vpbi";
|
sha256 = "1g9p8pdnvjya436lii63r5gjajhmbhmyh9ngbjqf9dqny05nagz1";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ attrs ];
|
propagatedBuildInputs = [ attrs ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue