python3Packages.pylitterbot: 2025.0.0 -> 2025.1.0

Diff: https://github.com/natekspencer/pylitterbot/compare/v2025.0.0...2025.1.0

Changelog: https://github.com/natekspencer/pylitterbot/releases/tag/2025.1.0
This commit is contained in:
Robert Schütz
2026-03-04 10:59:58 -08:00
parent a4b744be79
commit d8240e40ee
@@ -5,30 +5,30 @@
buildPythonPackage,
deepdiff,
fetchFromGitHub,
poetry-core,
poetry-dynamic-versioning,
hatchling,
pycognito,
pyjwt,
pytest-aiohttp,
pytest-freezegun,
pytestCheckHook,
uv-dynamic-versioning,
}:
buildPythonPackage rec {
pname = "pylitterbot";
version = "2025.0.0";
version = "2025.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "natekspencer";
repo = "pylitterbot";
tag = "v${version}";
hash = "sha256-Rr7QseViy6i13QbZVb8BxMWDsE9meG4NqT5B1Z+TZbc=";
tag = version;
hash = "sha256-pQnrmH/mfh7cwEnL/qoG3dN638HsP9w5zK0CgarGstE=";
};
build-system = [
poetry-core
poetry-dynamic-versioning
hatchling
uv-dynamic-versioning
];
dependencies = [