2022-12-26T10:42:03 biliass 1.3.4 -> 1.3.7 https://pypi.org/project/biliass/ 2022-12-26T10:42:06 attrpath: biliass 2022-12-26T10:42:06 Checking auto update branch... 2022-12-26T10:42:06 No auto update branch exists 2022-12-26T10:42:07 Old version 1.3.4" not present in master derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , protobuf }: buildPythonPackage rec { pname = "biliass"; version = "1.3.5"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; sha256 = "sha256-kgoQUX2l5YENEozcnfluwvcAO1ZSxlfHPVIa9ABW6IU="; }; propagatedBuildInputs = [ protobuf ]; pythonImportsCheck = [ "biliass" ]; meta = with lib; { homepage = "https://github.com/yutto-dev/biliass"; description = "Convert Bilibili XML/protobuf danmaku to ASS subtitle"; license = licenses.gpl3Only; maintainers = with maintainers; [ linsui ]; }; }