python3Packages.wikitextparser: 0.54.0 -> 0.55.5

Bring the package to the latest released version.
This commit is contained in:
Viorel-Cătălin Răpițeanu
2023-11-08 12:36:48 +02:00
parent e556bb0b67
commit 4f64c5c8ef
@@ -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 = [