lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.wikitextparser: 0.56.2 -> 0.56.4

R. Ryantm 9ccc3c9a bb0aedfa

+2 -2
+2 -2
pkgs/development/python-modules/wikitextparser/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "wikitextparser"; 14 - version = "0.56.2"; 14 + version = "0.56.4"; 15 15 format = "pyproject"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "5j9"; 19 19 repo = "wikitextparser"; 20 20 rev = "v${version}"; 21 - hash = "sha256-g0Hvxw8evmCebM2joGT7XMnakVjDG74VJmZhlvUiQMU="; 21 + hash = "sha256-xg2cWhfJXS7zUuzXPslFTZz6mY/Pvl2F2b7HNWV2c3I="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ setuptools ];