python3Packages.python-linkplay: 0.2.12 -> 0.2.13

This commit is contained in:
R. Ryantm
2025-07-18 18:16:49 +00:00
parent f882241988
commit f4d90c20dc
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "python-linkplay";
version = "0.2.12";
version = "0.2.13";
pyproject = true;
src = fetchFromGitHub {
owner = "Velleman";
repo = "python-linkplay";
tag = "v${version}";
hash = "sha256-oE3ILnaUDWMNcN3ZAIQKmGgUTc/tqXYdZTX1bxuHBso=";
hash = "sha256-E9KuIHLaA7XQC2XH8a1oeTuQh7Q4YxmswoaVKEJU4VE=";
};
build-system = [ setuptools ];