beancount-black 0.1.13 -> 0.1.14 https://github.com/LaunchPlatform/beancount-black/releases attrpath: beancount-black Checking auto update branch... No auto update branch exists Old version 0.1.13" not present in master derivation file with contents: { lib , fetchFromGitHub , buildPythonPackage , pythonOlder , beancount-parser , click , poetry-core , pytestCheckHook }: buildPythonPackage rec { pname = "beancount-black"; version = "0.1.14"; disabled = pythonOlder "3.9"; format = "pyproject"; src = fetchFromGitHub { owner = "LaunchPlatform"; repo = "beancount-black"; rev = version; hash = "sha256-4ooMskwPJJLJBfPikaHJ4xuwR1x478ecYWZdIE0UAK8="; }; buildInputs = [ poetry-core ]; propagatedBuildInputs = [ beancount-parser click ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "beancount_black" ]; meta = with lib; { description = "Opinioned code formatter for Beancount"; homepage = "https://github.com/LaunchPlatform/beancount-black/"; license = with licenses; [ mit ]; maintainers = with maintainers; [ ambroisie ]; }; }