python311Packages.syncedlyrics: 0.6.0 -> 0.6.1

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

Changelog: https://github.com/rtcq/syncedlyrics/releases/tag/v0.6.1
This commit is contained in:
Fabian Affolter 2023-09-27 10:32:10 +02:00
parent 42c4d51f91
commit 7a719805bb

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "syncedlyrics";
version = "0.6.0";
version = "0.6.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "rtcq";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-SVB6hlVBk+0nNfJjp5zdv4A6FmVt1/NV4ov6qS1DlLI=";
hash = "sha256-oMG3TqCJfEyfF5zK8hNhyhQ1z7G+S+De8hI1GLCfctM=";
};
nativeBuildInputs = [