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

pyradio: 0.8.9.36 -> 0.9.0
This commit is contained in:
Weijia Wang 2023-01-30 02:38:26 +01:00 committed by GitHub
commit 96c7dfa352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.8.9.36";
version = "0.9.0";
src = fetchFromGitHub {
owner = "coderholic";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-xEFjyVly1VyDz9ALtVwxxrEs856joP+pe/mappyKrPU=";
hash = "sha256-8Kr+DRbkTKvhetIIs4htOHlIXGLpoe+T+0yxjm/JcWk=";
};
nativeBuildInputs = [