python3Packages.pylitterbot: 2024.2.7 -> 2025.0.0 (#458886)

This commit is contained in:
dotlambda
2025-11-05 17:40:35 +00:00
committed by GitHub

View File

@@ -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