pyradio: 0.8.9.36 -> 0.9.0

This commit is contained in:
R. Ryantm 2023-01-29 23:39:09 +00:00
parent 2be9646b90
commit 4c0008ac4b

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 = [