python: m2r: 0.2.0 -> 0.2.1
This commit is contained in:
parent
60e9d992d7
commit
a0ed3af222
@ -2,11 +2,11 @@
|
||||
mistune, docutils } :
|
||||
buildPythonPackage rec {
|
||||
pname = "m2r";
|
||||
version = "0.2.0";
|
||||
version = "0.2.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b64ee5ac870311a69967fe787be8607df67b02a329f0fc76c8bf477336a99c78";
|
||||
sha256 = "bf90bad66cda1164b17e5ba4a037806d2443f2a4d5ddc9f6a5554a0322aaed99";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ mistune docutils ];
|
||||
|
Loading…
Reference in New Issue
Block a user