python312Packages.syncedlyrics: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2024-07-28 14:44:13 +00:00
parent a5b2fe7374
commit c124cdc8d2

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "syncedlyrics";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "rtcq";
repo = "syncedlyrics";
rev = "refs/tags/v${version}";
hash = "sha256-W3cg/+nU0Zp5pDhkoHqUemYImlDKlZDVbB7jZ3dScnk=";
hash = "sha256-rKYze8Z7F6cEkpex6UCFUW9+mf2UWT+T86C5COhYQHY=";
};
build-system = [