python312Packages.python-linkplay: 0.0.10 -> 0.0.11

This commit is contained in:
R. Ryantm 2024-09-24 20:07:22 +00:00
parent ae8a436bc7
commit 48a314372c

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "python-linkplay";
version = "0.0.10";
version = "0.0.11";
pyproject = true;
src = fetchFromGitHub {
owner = "Velleman";
repo = "python-linkplay";
rev = "refs/tags/v${version}";
hash = "sha256-uenFr86WXSFzo3PlDz/KyMgG06QDzm69z0TM59UP6pg=";
hash = "sha256-IFDVIUBB/8FZMn6CKmZBbOEB3ghzer7Fe6YLhwtjJSU=";
};
build-system = [ setuptools ];