linkchecker: 10.0.0 → 10.0.1

https://github.com/linkchecker/linkchecker/releases/tag/v10.0.1
This commit is contained in:
Jan Tojnar 2021-11-22 19:17:39 +01:00
parent d63f471907
commit a7861c2669

View file

@ -4,13 +4,13 @@ with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
pname = "linkchecker"; pname = "linkchecker";
version = "10.0.0"; version = "10.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v" + version; rev = "v" + version;
sha256 = "sha256-gcaamRxGn124LZ8rU+WzjRookU3akDO0ZyzI7/S6kFA="; sha256 = "sha256-OOssHbX9nTCURpMKIy+95ZTvahuUAabLUhPnRp3xpN4=";
}; };
nativeBuildInputs = [ gettext ]; nativeBuildInputs = [ gettext ];