python3Packages.python-linkplay: 0.2.13 -> 0.2.14

This commit is contained in:
R. Ryantm
2025-07-27 00:00:34 +00:00
parent 8f91555fd5
commit fd76e709f6
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "python-linkplay";
version = "0.2.13";
version = "0.2.14";
pyproject = true;
src = fetchFromGitHub {
owner = "Velleman";
repo = "python-linkplay";
tag = "v${version}";
hash = "sha256-E9KuIHLaA7XQC2XH8a1oeTuQh7Q4YxmswoaVKEJU4VE=";
hash = "sha256-UGYvaprqwEDxLQZUqyl0NXaDvwx1pDRoTjpRRS1KJPc=";
};
build-system = [ setuptools ];