From 40f71bedc339f6e9b6b742356fce7586a3a004a5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 24 May 2024 23:12:19 +0200 Subject: [PATCH] python311Packages.syncedlyrics: 0.9.0 -> 0.10.0 Diff: https://github.com/rtcq/syncedlyrics/compare/refs/tags/v0.9.0...v0.10.0 Changelog: https://github.com/rtcq/syncedlyrics/releases/tag/v0.10.0 --- pkgs/development/python-modules/syncedlyrics/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/syncedlyrics/default.nix b/pkgs/development/python-modules/syncedlyrics/default.nix index 5505bb03f75c..7ec1a229cac4 100644 --- a/pkgs/development/python-modules/syncedlyrics/default.nix +++ b/pkgs/development/python-modules/syncedlyrics/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "syncedlyrics"; - version = "0.9.0"; + version = "0.10.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "rtcq"; repo = "syncedlyrics"; rev = "refs/tags/v${version}"; - hash = "sha256-Q0Hu403Hxr4iDuZfGQjgTSuNMVgsqd9zLRl9Vc1YzyQ="; + hash = "sha256-B3+0DPR30MwPL53YIS/3jmMU73Z0NDDaR0pV8wE6P5Q="; }; build-system = [ @@ -44,10 +44,10 @@ buildPythonPackage rec { meta = with lib; { description = "Module to get LRC format (synchronized) lyrics"; - mainProgram = "syncedlyrics"; homepage = "https://github.com/rtcq/syncedlyrics"; changelog = "https://github.com/rtcq/syncedlyrics/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; + mainProgram = "syncedlyrics"; }; }