python3Packages.python-linkplay: 0.2.9 -> 0.2.10 (#415774)

This commit is contained in:
dotlambda
2025-06-11 06:44:54 -07:00
committed by GitHub
@@ -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 ];