python312Packages.python-linkplay: 0.0.16 -> 0.0.17

https://github.com/Velleman/python-linkplay/releases/tag/v0.0.17
This commit is contained in:
Martin Weinelt
2024-11-07 19:05:01 +01:00
parent e46c24420a
commit 080c47b6e7
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "python-linkplay";
version = "0.0.16";
version = "0.0.17";
pyproject = true;
src = fetchFromGitHub {
owner = "Velleman";
repo = "python-linkplay";
rev = "refs/tags/v${version}";
hash = "sha256-YjsRjzkYac3IDuAq5s73INELNfWO6EhU5BMM7xQO7pk=";
hash = "sha256-TJ5QWt5bCDy9L4EShf1rW1TDIrF0LfeThEv9PiCPEp8=";
};
build-system = [ setuptools ];