python313Packages.pylitterbot: 2024.1.0 -> 2024.2.1 (#417677)

This commit is contained in:
Nick Cao
2025-06-18 16:30:37 -04:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pylitterbot";
version = "2024.1.0";
version = "2024.2.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "natekspencer";
repo = "pylitterbot";
tag = "v${version}";
hash = "sha256-fX6m6K8FaqTbyAKl21L59b5eMw7iw2x95OVFQK3rEVA=";
hash = "sha256-33LiWgI9E7/I6fyrdv+YXcw+gxUOsPZ0mYvEIF8/fOI=";
};
pythonRelaxDeps = [ "deepdiff" ];