2023-01-02T00:07:03 idasen 0.8.3 -> 0.9.4 https://pypi.org/project/idasen/ 2023-01-02T00:07:05 attrpath: idasen 2023-01-02T00:07:05 Checking auto update branch... 2023-01-02T00:07:05 No auto update branch exists 2023-01-02T00:07:06 Old version 0.8.3" not present in master derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , bleak , pyyaml , voluptuous , pytestCheckHook , pytest-asyncio , poetry-core }: buildPythonPackage rec { pname = "idasen"; version = "0.9.4"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "newAM"; repo = "idasen"; rev = "v${version}"; hash = "sha256-GYQj7hiwyrCQDK19tZ7gN/pS1mFDSHgRfz7eCsKise4="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ bleak pyyaml voluptuous ]; checkInputs = [ pytestCheckHook pytest-asyncio ]; pythonImportsCheck = [ "idasen" ]; meta = with lib; { description = "Python API and CLI for the ikea IDÅSEN desk"; homepage = "https://github.com/newAM/idasen"; changelog = "https://github.com/newAM/idasen/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ newam ]; }; } idasen 0.8.3 -> 0.9.4 https://pypi.org/project/idasen/ attrpath: idasen 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.idasen)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.idasen)' not found