2022-12-25T19:18:42 hachoir 3.1.3 -> 3.2.0 https://pypi.org/project/hachoir/ 2022-12-25T19:18:44 attrpath: hachoir 2022-12-25T19:18:44 Checking auto update branch... 2022-12-25T19:18:44 No auto update branch exists 2022-12-25T19:18:45 Old version 3.1.3" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , urwid , pythonOlder }: buildPythonPackage rec { pname = "hachoir"; version = "3.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "vstinner"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-BRrb6bnPSDVjZF1cOA9NlUYd2HrtqZEAVhHgkjmE0Xg="; }; propagatedBuildInputs = [ urwid ]; checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "hachoir" ]; meta = with lib; { description = "Python library to view and edit a binary stream"; homepage = "https://hachoir.readthedocs.io/"; changelog = "https://github.com/vstinner/hachoir/blob/${version}/doc/changelog.rst"; license = with licenses; [ gpl2Only ]; maintainers = with maintainers; [ fab ]; }; }