···20202121 disabled = pythonOlder "3.7";22222323- # Tests are only available on GitHub2423 src = fetchFromGitHub {2524 owner = pname;2625 repo = pname;2727- # Currently it is not possible to fetch from version as there is a branch with the same name2826 rev = "refs/tags/v${version}";2927 hash = "sha256-L/HCw+O8bidtE5nDdO+cLS54m64dlJL+9Gjcye5gM+w=";3028 };···4951 meta = with lib; {5052 description = "A PDF generator using HTML and CSS";5153 homepage = "https://github.com/xhtml2pdf/xhtml2pdf";5454+ changelog = "https://github.com/xhtml2pdf/xhtml2pdf/releases/tag/v${version}";5255 license = licenses.asl20;5356 maintainers = with maintainers; [ ];5457 };