Merge pull request #302292 from r-ryantm/auto-update/pyradio

pyradio: 0.9.2.25 -> 0.9.3.1
This commit is contained in:
Weijia Wang 2024-04-07 19:39:19 +02:00 committed by GitHub
commit 0d1c497f20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.9.2.25";
version = "0.9.3.1";
src = fetchFromGitHub {
owner = "coderholic";
repo = "pyradio";
rev = "refs/tags/${version}";
hash = "sha256-GkOp0iK84HDvVH8RmtmIKJ5EtQIECgZS5g8pmaIhUcc=";
hash = "sha256-p3F4uN+hkxGp+216abUkFNM5uF/0e0sQHKk5WIpULso=";
};
nativeBuildInputs = [
@ -42,6 +42,6 @@ python3Packages.buildPythonApplication rec {
mainProgram = "pyradio";
changelog = "https://github.com/coderholic/pyradio/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ contrun ];
maintainers = with maintainers; [ contrun yayayayaka ];
};
}