2023-01-02T00:10:30 klaus 1.5.2 -> 2.0.2 https://pypi.org/project/klaus/ 2023-01-02T00:10:33 attrpath: klaus 2023-01-02T00:10:33 Checking auto update branch... 2023-01-02T00:10:33 No auto update branch exists 2023-01-02T00:10:34 Old version 1.5.2" not present in master derivation file with contents: { lib, buildPythonPackage, fetchFromGitHub, isPy3k, flask, pygments, dulwich, httpauth, humanize, pytest, requests, python-ctags3, mock }: buildPythonPackage rec { pname = "klaus"; version = "2.0.1"; src = fetchFromGitHub { owner = "jonashaag"; repo = pname; rev = version; sha256 = "sha256-a0MbKjDqPSMakjmGS5gfaDaPegQpK4QA+ZdG7skd9QU="; }; prePatch = '' substituteInPlace runtests.sh \ --replace "mkdir -p \$builddir" "mkdir -p \$builddir && pwd" ''; propagatedBuildInputs = [ flask pygments dulwich httpauth humanize ]; checkInputs = [ pytest requests python-ctags3 ] ++ lib.optional (!isPy3k) mock; checkPhase = '' ./runtests.sh ''; # Needs to set up some git repos doCheck = false; meta = with lib; { description = "The first Git web viewer that Just Works"; homepage = "https://github.com/jonashaag/klaus"; license = licenses.isc; maintainers = with maintainers; [ pSub ]; }; } klaus 1.5.2 -> 2.0.2 https://pypi.org/project/klaus/ attrpath: klaus Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval -f . "(let pkgs = import ./. {}; in builtins.hasAttr \"updateScript\" pkgs.klaus)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.klaus)' not found