pyradio: 0.8.9.27 -> 0.8.9.28

This commit is contained in:
R. Ryantm 2022-09-27 13:13:52 +00:00 committed by Bobby Rong
parent bacda55ef6
commit 97116b9f7c

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.8.9.27";
version = "0.8.9.28";
src = fetchFromGitHub {
owner = "coderholic";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-KqSpyDiRhp7DdbFsPor+munMQg+0vv0qF2VI3gkR04Y=";
sha256 = "sha256-0j0AQZk+WEkcRTL/peAxzRw23gThlGtMnqoms2aUCrc=";
};
nativeBuildInputs = [ installShellFiles ];