Merge pull request #266242 from Steinhagen/wikitext-update

python3Packages.wikitextparser: 0.54.0 -> 0.55.5
This commit is contained in:
OTABI Tomoya 2023-11-09 01:12:32 +09:00 committed by GitHub
commit 5426d70ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "wikitextparser";
version = "0.54.0";
version = "0.55.5";
format = "pyproject";
src = fetchFromGitHub {
owner = "5j9";
repo = "wikitextparser";
rev = "v${version}";
hash = "sha256-AGQfjUNxeleuTS200QMdZS8CSD2t4ah5NMm9TIYjVHk=";
hash = "sha256-cmzyRbq4tCbuyrNnT0UYxoxuwXrFkIcWdrogSTfxSys=";
};
propagatedBuildInputs = [