Merge pull request #255290 from fabaff/syncedlyrics-bump

python311Packages.syncedlyrics: 0.5.0 -> 0.6.0
This commit is contained in:
Nick Cao 2023-09-15 15:59:32 -04:00 committed by GitHub
commit 0c23b3b2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [