2022-11-06T09:42:20 git-filter-repo 2.34.0 -> 2.38.0 https://pypi.org/project/git-filter-repo/ 2022-11-06T09:42:23 attrpath: git-filter-repo 2022-11-06T09:42:23 Checking auto update branch... 2022-11-06T09:42:23 No auto update branch exists 2022-11-06T09:42:24 Old version 2.34.0" not present in master derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , setuptools-scm }: buildPythonPackage rec { pname = "git-filter-repo"; version = "2.38.0"; format = "setuptools"; disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; sha256 = "sha256-/hdT4Y8L1tPJtXhoyAEa59BWpuurcGcGOWoV71MScl4="; }; nativeBuildInputs = [ setuptools-scm ]; # Project has no tests doCheck = false; pythonImportsCheck = [ "git_filter_repo" ]; meta = with lib; { description = "Quickly rewrite git repository history"; homepage = "https://github.com/newren/git-filter-repo"; license = with licenses; [ mit /* or */ gpl2Plus ]; maintainers = with maintainers; [ fab ]; }; }