python3Packages.python-linkplay: 0.2.9 -> 0.2.10

This commit is contained in:
R. Ryantm
2025-06-11 06:43:05 +00:00
parent 8cd94adbfd
commit 2b4c8f7f84
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "python-linkplay";
version = "0.2.9";
version = "0.2.10";
pyproject = true;
src = fetchFromGitHub {
owner = "Velleman";
repo = "python-linkplay";
tag = "v${version}";
hash = "sha256-syCqa9xDuAmsq9eh29PACchdLN1bPj/vCCt3a++LqE4=";
hash = "sha256-mXCeMz7j6fyotKIwAq2M82U92Yvu+VFFacptMtw28qU=";
};
build-system = [ setuptools ];