python3Packages.pylitterbot: 2025.3.0 -> 2025.3.2

Diff: https://github.com/natekspencer/pylitterbot/compare/2025.3.0...2025.3.2

Changelog: https://github.com/natekspencer/pylitterbot/releases/tag/2025.3.2
This commit is contained in:
Fabian Affolter
2026-04-16 17:37:55 +02:00
parent 3c23ab9a61
commit 0313e74491
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "pylitterbot";
version = "2025.3.0";
version = "2025.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "natekspencer";
repo = "pylitterbot";
tag = version;
hash = "sha256-EK2QiQMHhA69p7xnyeYE+kru0k7eL9EilkAUAN6LukU=";
hash = "sha256-bFJ6v27yfzMPqZijWCOlgdVS19IKIMqZcq2FjAyMnqo=";
};
build-system = [