python3Packages.avea: 1.7.0 -> 1.8.0

Diff: https://github.com/k0rventen/avea/compare/v1.7.0...v1.8.0

Changelog: https://github.com/k0rventen/avea/releases/tag/v1.8.0
This commit is contained in:
Fabian Affolter
2026-05-24 09:38:13 +02:00
parent eeedafc6b5
commit e6c48052d2
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "avea";
version = "1.7.0";
version = "1.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "k0rventen";
repo = "avea";
tag = "v${finalAttrs.version}";
hash = "sha256-cBYS8Q70K5MXZ63uI6OGkUsskJ7rkgTBPjlAsxmtmVA=";
hash = "sha256-8jDKsEqYDUuB9L2M3da+6xvp6pP7TRHcZwy8w/fOesk=";
};
build-system = [ setuptools ];