2023-01-02T03:41:47 jc 1.20.2 -> 1.22.4 https://pypi.org/project/jc/ 2023-01-02T03:41:50 attrpath: jc 2023-01-02T03:41:50 Checking auto update branch... 2023-01-02T03:41:50 No auto update branch exists 2023-01-02T03:41:51 Old version 1.20.2" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , ruamel-yaml , xmltodict , pygments , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "jc"; version = "1.22.4"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "kellyjonbrazil"; repo = pname; rev = "refs/tags/v${version}"; sha256 = "sha256-8uL+n9eQmGVtQmwYqUr/368IqQ1RLJGBLMlY9eAqUa4="; }; propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ]; checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "jc" ]; # tests require timezone to set America/Los_Angeles doCheck = false; meta = with lib; { description = "This tool serializes the output of popular command line tools and filetypes to structured JSON output"; homepage = "https://github.com/kellyjonbrazil/jc"; license = licenses.mit; maintainers = with maintainers; [ atemu ]; changelog = "https://github.com/kellyjonbrazil/jc/blob/v${version}/CHANGELOG"; }; } jc 1.22.3 -> 1.22.4 https://repology.org/metapackage/jc/versions attrpath: jc 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.jc)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.jc)' not found jc 1.20.2 -> 1.22.4 https://pypi.org/project/jc/ attrpath: jc 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.jc)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.jc)' not found