python312Packages.python-linkplay: 0.0.11 -> 0.0.14 (#345788)

This commit is contained in:
Nick Cao 2024-10-02 09:55:06 -04:00 committed by GitHub
commit c7a05e7635
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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