python312Packages.python-linkplay: 0.2.2 -> 0.2.3

This commit is contained in:
R. Ryantm
2025-04-14 19:07:27 +00:00
parent 317793389a
commit a4cac65b30
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "python-linkplay";
version = "0.2.2";
version = "0.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Velleman";
repo = "python-linkplay";
tag = "v${version}";
hash = "sha256-K5MDpMza5z3CYuGymXusZ5WMmmN/6rVxegiiO8RtOTc=";
hash = "sha256-xs91de8ELDbBU7deDiOXgnyGMqmYcQY38HkltvPpScU=";
};
build-system = [ setuptools ];