python3Packages.librespot: 0.0.9 -> 0.0.10 (#461652)

This commit is contained in:
Nick Cao
2025-11-14 20:38:16 +00:00
committed by GitHub
@@ -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";