python312Packages.python-linkplay: 0.1.1 -> 0.1.2

This commit is contained in:
R. Ryantm
2024-12-28 18:57:12 +00:00
parent e069bef58b
commit 5ce2336ac9
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "python-linkplay";
version = "0.1.1";
version = "0.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Velleman";
repo = "python-linkplay";
tag = "v${version}";
hash = "sha256-voAhqqisBgBOTS9aPcAAFt6OeZ5Eb8RDH0xWjCbEryE=";
hash = "sha256-HXsE2DzCyTF9UPZvM3YrwclTzUor+XRuz5UFlixLmRA=";
};
build-system = [ setuptools ];