Unverified Commit 480f847d authored by Yaya's avatar Yaya Committed by GitHub
Browse files

pyradio: 0.9.3.11.20 -> 0.9.3.11.21 (#460600)

parents 2089ffa9 69980865
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.20";
  version = "0.9.3.11.21";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "coderholic";
    repo = "pyradio";
    tag = version;
    hash = "sha256-dcs9kwuS1/pNtBPhj6Z1VAHFJw/ajwzc2aTWGU/h4W0=";
    hash = "sha256-elNApj+zslOd2BvXKxLPaCrUhLYBN38yqi6xgFAponI=";
  };

  nativeBuildInputs = [