Unverified Commit 53ba606a authored by Yaya's avatar Yaya Committed by GitHub
Browse files

pyradio: 0.9.3.11.21 -> 0.9.3.11.22 (#478000)

parents 96fc8eb1 f9277aa1
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.21";
  version = "0.9.3.11.22";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "coderholic";
    repo = "pyradio";
    tag = version;
    hash = "sha256-elNApj+zslOd2BvXKxLPaCrUhLYBN38yqi6xgFAponI=";
    hash = "sha256-JUVlaKKprgnGiZzZ0J6VSePrSdCWuWQzhuTTiCeB12U=";
  };

  nativeBuildInputs = [