python3Packages.pylitterbot: 2024.2.7 -> 2025.0.0
Diff: https://github.com/natekspencer/pylitterbot/compare/v2024.2.7...v2025.0.0 Changelog: https://github.com/natekspencer/pylitterbot/releases/tag/v2025.0.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user