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