diff --git a/pkgs/development/python-modules/pylitterbot/default.nix b/pkgs/development/python-modules/pylitterbot/default.nix index 918ad759c9a7..db243048c9f7 100644 --- a/pkgs/development/python-modules/pylitterbot/default.nix +++ b/pkgs/development/python-modules/pylitterbot/default.nix @@ -16,18 +16,16 @@ buildPythonPackage rec { pname = "pylitterbot"; - version = "2024.2.7"; + version = "2025.0.0"; pyproject = true; src = fetchFromGitHub { owner = "natekspencer"; repo = "pylitterbot"; tag = "v${version}"; - hash = "sha256-gBY9+cd0DKqzHKyB86NzfKkULjVXn3oBSHxyRhmMAno="; + hash = "sha256-Rr7QseViy6i13QbZVb8BxMWDsE9meG4NqT5B1Z+TZbc="; }; - pythonRelaxDeps = [ "deepdiff" ]; - build-system = [ poetry-core poetry-dynamic-versioning