2023-01-02T01:18:06 coconut 1.6.0 -> 2.2.0 https://pypi.org/project/coconut/ 2023-01-02T01:18:09 attrpath: coconut 2023-01-02T01:18:09 Checking auto update branch... 2023-01-02T01:18:09 No auto update branch exists 2023-01-02T01:18:10 Old version 1.6.0" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , cpyparsing , ipykernel , mypy , pexpect , pygments , pytestCheckHook , prompt-toolkit , tkinter , watchdog }: buildPythonPackage rec { pname = "coconut"; version = "2.1.0"; src = fetchFromGitHub { owner = "evhub"; repo = "coconut"; rev = "v${version}"; sha256 = "sha256-TkMwOE/Jug1zKjR1048o/Jmn8o9/oQPNqzwXYakwpgs="; }; propagatedBuildInputs = [ cpyparsing ipykernel mypy pygments prompt-toolkit watchdog ]; checkInputs = [ pexpect pytestCheckHook tkinter ]; # Currently most tests have performance issues pytestFlagsArray = [ "coconut/tests/constants_test.py" ]; pythonImportsCheck = [ "coconut" ]; meta = with lib; { homepage = "http://coconut-lang.org/"; description = "Simple, elegant, Pythonic functional programming"; license = licenses.asl20; maintainers = with maintainers; [ fabianhjr ]; }; } coconut 1.6.0 -> 2.2.0 https://pypi.org/project/coconut/ attrpath: coconut 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.coconut)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.coconut)' not found coconut 2.1.0 -> 2.2.0 https://github.com/evhub/coconut/releases attrpath: coconut 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.coconut)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.coconut)' not found