Merge pull request #160135 from r-ryantm/auto-update/python3.10-mwparserfromhell

python310Packages.mwparserfromhell: 0.6.3 -> 0.6.4
This commit is contained in:
Mario Rodas 2022-02-19 15:15:23 -05:00 committed by GitHub
commit 33b225f22b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "mwparserfromhell";
version = "0.6.3";
version = "0.6.4";
src = fetchPypi {
inherit pname version;
sha256 = "1ad779f1bc0808d280ec1026c9de74f424de535568e21debd12830b5b0fa097e";
sha256 = "sha256-kr7JUorjTScok8yvK1J9+FwxT/KM+7MFY0BGewldg0w=";
};
checkInputs = [