python312Packages.python-linkplay: 0.1.2 -> 0.1.3

This commit is contained in:
R. Ryantm
2025-01-20 03:13:37 +00:00
parent c241e9c792
commit a8da7b01f1
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "python-linkplay";
version = "0.1.2";
version = "0.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Velleman";
repo = "python-linkplay";
tag = "v${version}";
hash = "sha256-HXsE2DzCyTF9UPZvM3YrwclTzUor+XRuz5UFlixLmRA=";
hash = "sha256-iS4JWnHt3m0i+K/OqEOxBU4fNHRsy7h5HmdwkMRpI80=";
};
build-system = [ setuptools ];