Commit c6246d47 authored by John Garcia's avatar John Garcia
Browse files

pyradio: 0.9.1 -> 0.9.2.25

parent 8b5c45c1
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

python3Packages.buildPythonApplication rec {
  pname = "pyradio";
  version = "0.9.1";
  version = "0.9.2.25";

  src = fetchFromGitHub {
    owner = "coderholic";
    repo = pname;
    repo = "pyradio";
    rev = "refs/tags/${version}";
    hash = "sha256-tu/qlrbTcUCIRF15x9ATKHH+LDy1OsGJpo5x+CerTKg=";
    hash = "sha256-GkOp0iK84HDvVH8RmtmIKJ5EtQIECgZS5g8pmaIhUcc=";
  };

  nativeBuildInputs = [
@@ -20,9 +20,12 @@ python3Packages.buildPythonApplication rec {
  ];

  propagatedBuildInputs = with python3Packages; [
    requests
    psutil
    dnspython
    netifaces
    psutil
    python-dateutil
    requests
    rich
  ];

  checkPhase = ''