python312Packages.python-linkplay: 0.0.17 -> 0.0.20

https://github.com/Velleman/python-linkplay/releases/tag/v0.0.20
This commit is contained in:
Martin Weinelt 2024-11-15 21:05:58 +01:00
parent 5df1fa7cf1
commit aea2b6e78b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "python-linkplay";
version = "0.0.17";
version = "0.0.20";
pyproject = true;
src = fetchFromGitHub {
owner = "Velleman";
repo = "python-linkplay";
rev = "refs/tags/v${version}";
hash = "sha256-TJ5QWt5bCDy9L4EShf1rW1TDIrF0LfeThEv9PiCPEp8=";
hash = "sha256-UIWubFLHtf43co/aYXh3rxkjLJ77E+Sgkx25UFC5vcg=";
};
build-system = [ setuptools ];