Commit 4132c9a2 authored by R. RyanTM's avatar R. RyanTM Committed by Yaya
Browse files

pyradio: 0.9.3.11.9 -> 0.9.3.11.11

parent 573f2802
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.9";
  version = "0.9.3.11.11";

  src = fetchFromGitHub {
    owner = "coderholic";
    repo = "pyradio";
    tag = version;
    hash = "sha256-paDiD47ERcVNQ1iVEKY2xBItFhyedacAAElT0slBYWk=";
    hash = "sha256-yVXq9wHuPO87SRxJdFtYeQWFzeX6IwhKdMchhuzo0ms=";
  };

  nativeBuildInputs = [