Merge pull request #279740 from r-ryantm/auto-update/python310Packages.mwparserfromhell

python310Packages.mwparserfromhell: 0.6.5 -> 0.6.6
This commit is contained in:
Nick Cao 2024-01-12 16:15:10 -05:00 committed by GitHub
commit bc3412fa04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "mwparserfromhell";
version = "0.6.5";
version = "0.6.6";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-K60L/2FFdjmeRHDWQAuinFLVlWgqS43mQq+7W+v0o0Y=";
hash = "sha256-ca/sHpeEulduldbzSEVYLTxzOjpSuncN2KnDpA5bZJ8=";
};
postPatch = ''