python311Packages.syncedlyrics: 0.5.0 -> 0.6.0

Diff: https://github.com/rtcq/syncedlyrics/compare/refs/tags/v0.5.0...v0.6.0

Changelog: https://github.com/rtcq/syncedlyrics/releases/tag/v0.6.0
This commit is contained in:
Fabian Affolter 2023-09-15 14:30:43 +02:00
parent a5c5269da6
commit 627947be69

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "syncedlyrics";
version = "0.5.0";
version = "0.6.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "rtcq";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-79dy1f5Pd/JGIpH/71E6IBg+AtR4zgHL4b/GRH1AFp0=";
hash = "sha256-SVB6hlVBk+0nNfJjp5zdv4A6FmVt1/NV4ov6qS1DlLI=";
};
nativeBuildInputs = [