python3Packages.aiolyric: 2.0.2 -> 2.1.0

This commit is contained in:
R. Ryantm
2026-05-10 15:13:03 +00:00
parent 7ebae83e14
commit 95cd81b94e
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "aiolyric";
version = "2.0.2";
version = "2.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "timmo001";
repo = "aiolyric";
tag = version;
hash = "sha256-k0UE9SXHS8lPu3kC+tGtn99rCU2hq+fdCsp6f83+gv4=";
hash = "sha256-kLsq1pBRWz49DZgX47k132OipDcfn+kby6/GYDL3pPc=";
};
build-system = [