python3Packages.pylitterbot: 2025.3.2 -> 2025.4.0

This commit is contained in:
R. Ryantm
2026-05-04 23:24:17 +00:00
parent 6da63062fb
commit 8b6c90a31f
@@ -18,14 +18,14 @@
buildPythonPackage (finalAttrs: {
pname = "pylitterbot";
version = "2025.3.2";
version = "2025.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "natekspencer";
repo = "pylitterbot";
tag = finalAttrs.version;
hash = "sha256-bFJ6v27yfzMPqZijWCOlgdVS19IKIMqZcq2FjAyMnqo=";
hash = "sha256-k10QYIdV8EFGR/366IZ6OaXbK+kEcaz3Awdwu116zHA=";
};
build-system = [