python312Packages.aiolyric: 1.1.1 -> 2.0.0

Changelog: https://github.com/timmo001/aiolyric/releases/tag/v2.0.0
This commit is contained in:
Fabian Affolter 2024-04-01 20:44:50 +02:00
parent f819df36af
commit 76a7969fbd
1 changed files with 3 additions and 3 deletions

View File

@ -8,15 +8,15 @@
buildPythonPackage rec {
pname = "aiolyric";
version = "1.1.1";
version = "2.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "timmo001";
repo = pname;
rev = "refs/tags/v${version}";
repo = "aiolyric";
rev = "refs/tags/${version}";
hash = "sha256-FZhLjVrLzLv6CZz/ROlvbtBK9XnpO8pG48aSIoBxhCo=";
};