superherointj 2023-03-01 06:33:18 -03:00
parent e3dc1573ff
commit 248ab0ee57

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "mdit-py-plugins";
version = "0.3.3";
version = "0.3.4";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "executablebooks";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-9eaVM5KxrMY5q0c2KWmctCHyPGmEGGNa9B3LoRL/mcI=";
hash = "sha256-BvxqMSl8YXD84O6qjDI0VZgZpqL0UL0vYDMKxCc9qtI=";
};
nativeBuildInputs = [