python311Packages.syncedlyrics: 0.7.0 -> 0.8.0

Diff: https://github.com/rtcq/syncedlyrics/compare/refs/tags/v0.7.0...v0.8.0

Changelog: https://github.com/rtcq/syncedlyrics/releases/tag/v0.8.0
This commit is contained in:
Fabian Affolter 2024-01-16 15:39:57 +01:00
parent 4f94fdc72c
commit ea5285c15d

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "syncedlyrics";
version = "0.7.0";
version = "0.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "rtcq";
repo = "syncedlyrics";
rev = "refs/tags/v${version}";
hash = "sha256-qZVUptmLouFFBCWiRviYFO0sQKlyz65GjWMg/b1idXY=";
hash = "sha256-ro9HzI8N7Ry4xh91mO1Vyy3CScEi3FifweOO01/Ti0w=";
};
nativeBuildInputs = [