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 {
|
buildPythonPackage rec {
|
||||||
pname = "pylitterbot";
|
pname = "pylitterbot";
|
||||||
version = "2024.2.7";
|
version = "2025.0.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "natekspencer";
|
owner = "natekspencer";
|
||||||
repo = "pylitterbot";
|
repo = "pylitterbot";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-gBY9+cd0DKqzHKyB86NzfKkULjVXn3oBSHxyRhmMAno=";
|
hash = "sha256-Rr7QseViy6i13QbZVb8BxMWDsE9meG4NqT5B1Z+TZbc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "deepdiff" ];
|
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
poetry-core
|
poetry-core
|
||||||
poetry-dynamic-versioning
|
poetry-dynamic-versioning
|
||||||
|
|||||||
Reference in New Issue
Block a user