2023-01-02T04:00:10 jsbeautifier 1.14.4 -> 1.14.7 https://pypi.org/project/jsbeautifier/ 2023-01-02T04:00:12 attrpath: jsbeautifier 2023-01-02T04:00:13 Checking auto update branch... 2023-01-02T04:00:13 No auto update branch exists 2023-01-02T04:00:13 Old version 1.14.4" not present in master derivation file with contents: { lib , fetchPypi , buildPythonPackage , editorconfig , pytestCheckHook , pythonOlder , six }: buildPythonPackage rec { pname = "jsbeautifier"; version = "1.14.7"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-d5kyVNsf9vhOtuHXXjtrcsui7yCBOlhbLYHo5ePHE8Y="; }; propagatedBuildInputs = [ editorconfig six ]; checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "jsbeautifier" ]; pytestFlagsArray = [ "jsbeautifier/tests/testindentation.py" ]; meta = with lib; { description = "JavaScript unobfuscator and beautifier"; homepage = "http://jsbeautifier.org"; license = licenses.mit; maintainers = with maintainers; [ apeyroux ]; }; } jsbeautifier 1.14.4 -> 1.14.7 https://pypi.org/project/jsbeautifier/ attrpath: jsbeautifier 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.jsbeautifier)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.jsbeautifier)' not found