python3Packages.mwparserfromhell: 0.6 -> 0.6.2

This commit is contained in:
Martin Weinelt
2021-06-18 23:47:26 +02:00
parent 5670282859
commit c2de63ee83

View File

@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "mwparserfromhell";
version = "0.6";
version = "0.6.2";
src = fetchPypi {
inherit pname version;
sha256 = "75787b6ab140ab267b313d37d045f3276f5dc6a9741074eddfbabc1635cb2efc";
sha256 = "d3f74c0101f81ff73c61985b67f2e7048a30dc5f6a578ea1544e69133988d874";
};
meta = with lib; {