python313Packages.pylitterbot: 2024.2.3 -> 2024.2.4

Diff: https://github.com/natekspencer/pylitterbot/compare/v2024.2.3...v2024.2.4

Changelog: https://github.com/natekspencer/pylitterbot/releases/tag/v2024.2.4
This commit is contained in:
Fabian Affolter
2025-09-11 23:09:40 +02:00
parent 62309ededd
commit 7cbd2aa998
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pylitterbot";
version = "2024.2.3";
version = "2024.2.4";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "natekspencer";
repo = "pylitterbot";
tag = "v${version}";
hash = "sha256-r0Nd9xDj6l913ofu7jeBbCud01yw/lgiHO1L6XN9B+Y=";
hash = "sha256-/GN2b4rlE6j60O5ZxH8I58qwcZewAYJu0EHwQ7mrdBY=";
};
pythonRelaxDeps = [ "deepdiff" ];