Unverified Commit 5f183589 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #291343 from chewblacka/update-pyradio

pyradio: 0.9.1 -> 0.9.2.25
parents b8ec4c14 c6246d47
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 = ''