python3Packages.wikitextparser: 0.55.13 -> 0.56.2

Bring the package to the latest released version.
This commit is contained in:
Viorel-Cătălin Răpițeanu
2024-09-15 15:04:39 +03:00
parent 999011cc40
commit af2be5c7e6
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "wikitextparser";
version = "0.55.13";
version = "0.56.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "5j9";
repo = "wikitextparser";
rev = "v${version}";
hash = "sha256-qLctOX0BsKAn2JzfmV2sTLJ/KcNfaJFAjOB3pxd5LQI=";
hash = "sha256-g0Hvxw8evmCebM2joGT7XMnakVjDG74VJmZhlvUiQMU=";
};
nativeBuildInputs = [ setuptools ];