python3Packages.wikitextparser: 0.55.13 -> 0.56.2 (#342050)

This commit is contained in:
Artturin 2024-09-15 17:47:23 +03:00 committed by GitHub
commit 1469a5a6fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];