Merge pull request #147030 from jtojnar/linkchecker

This commit is contained in:
Sandro 2021-11-26 17:52:16 +01:00 committed by GitHub
commit 9dc12546ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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