Commit 0c522431 authored by R. RyanTM's avatar R. RyanTM Committed by Yaya
Browse files

pyradio: 0.9.3.11.5 -> 0.9.3.11.8

parent c432bc87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

python3Packages.buildPythonApplication rec {
  pname = "pyradio";
  version = "0.9.3.11.5";
  version = "0.9.3.11.8";

  src = fetchFromGitHub {
    owner = "coderholic";
    repo = "pyradio";
    tag = version;
    hash = "sha256-+guMfdYmXnWARyl5TQVUk2jCkIs11I5d0PMlCzs4ZFo=";
    hash = "sha256-A8H0Jo/iRSxmt+e8aLwZlXGNM+ozajFxFQVM8/zY/Yw=";
  };

  nativeBuildInputs = [