python3Packages.python-markdown-math: 0.7 -> 0.8
This commit is contained in:
parent
ea6e5d59e4
commit
92f50ee3fb
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-markdown-math";
|
||||
version = "0.7";
|
||||
version = "0.8";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "17a12175e8b2052a1c3402fca410841c551c678046293b1f7c280ccfe7b302a0";
|
||||
sha256 = "8564212af679fc18d53f38681f16080fcd3d186073f23825c7ce86fadd3e3635";
|
||||
};
|
||||
|
||||
checkInputs = [ markdown ];
|
||||
|
|
Loading…
Reference in a new issue