Loading pkgs/development/python-modules/pylitterbot/default.nix +5 −8 Original line number Diff line number Diff line Loading @@ -12,21 +12,18 @@ pytest-aiohttp, pytest-freezegun, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "pylitterbot"; version = "2024.2.4"; version = "2024.2.6"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "natekspencer"; repo = "pylitterbot"; tag = "v${version}"; hash = "sha256-/GN2b4rlE6j60O5ZxH8I58qwcZewAYJu0EHwQ7mrdBY="; hash = "sha256-oQuEo0np+e+HfsQoWbv84BNpxNJQO3ZjocaCfllqkts="; }; pythonRelaxDeps = [ "deepdiff" ]; Loading @@ -52,11 +49,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "pylitterbot" ]; meta = with lib; { meta = { description = "Modulefor controlling a Litter-Robot"; homepage = "https://github.com/natekspencer/pylitterbot"; changelog = "https://github.com/natekspencer/pylitterbot/releases/tag/${src.tag}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/pylitterbot/default.nix +5 −8 Original line number Diff line number Diff line Loading @@ -12,21 +12,18 @@ pytest-aiohttp, pytest-freezegun, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "pylitterbot"; version = "2024.2.4"; version = "2024.2.6"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "natekspencer"; repo = "pylitterbot"; tag = "v${version}"; hash = "sha256-/GN2b4rlE6j60O5ZxH8I58qwcZewAYJu0EHwQ7mrdBY="; hash = "sha256-oQuEo0np+e+HfsQoWbv84BNpxNJQO3ZjocaCfllqkts="; }; pythonRelaxDeps = [ "deepdiff" ]; Loading @@ -52,11 +49,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "pylitterbot" ]; meta = with lib; { meta = { description = "Modulefor controlling a Litter-Robot"; homepage = "https://github.com/natekspencer/pylitterbot"; changelog = "https://github.com/natekspencer/pylitterbot/releases/tag/${src.tag}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; }