Unverified Commit 7791ebf4 authored by Yaya's avatar Yaya Committed by GitHub
Browse files

pyradio: 0.9.3.11.22 -> 0.9.3.11.25 (#482231)

parents 4a2e02b5 adcadd12
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "pyradio";
  version = "0.9.3.11.22";
  version = "0.9.3.11.25";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "coderholic";
    repo = "pyradio";
    tag = version;
    hash = "sha256-JUVlaKKprgnGiZzZ0J6VSePrSdCWuWQzhuTTiCeB12U=";
    hash = "sha256-+0anoFhbADIMAMBQUqDfI7liui+7sDgUtG9+ZwFg+nI=";
  };

  nativeBuildInputs = [