python3Packages.librespot: 0.0.9 -> 0.0.10

This commit is contained in:
R. Ryantm
2025-11-14 17:55:10 +00:00
parent 61630d4ab5
commit 66ff2d63fa

View File

@@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "librespot"; pname = "librespot";
version = "0.0.9"; version = "0.0.10";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.10"; disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "kokarare1212"; owner = "kokarare1212";
repo = "librespot-python"; repo = "librespot-python";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-k9qVsxjRlUZ7vCBx00quiAR7S+YkfyoZiAKVnOOG4xM="; hash = "sha256-VjVPrWttOYfWsxzZpRgpZVenmP0y9Fea6Bhv9U8BO9U=";
}; };
env.PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python"; env.PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python";