Unverified Commit 0909fd8c authored by Yaya's avatar Yaya Committed by GitHub
Browse files

pyradio: 0.9.3.11.16 -> 0.9.3.11.18 (#443351)

parents c8fb3eee 944ed42d
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.16";
  version = "0.9.3.11.18";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "coderholic";
    repo = "pyradio";
    tag = version;
    hash = "sha256-PogdBixxr50M5J4hp158KAhs6+2E3ILCC44MAh222QY=";
    hash = "sha256-/JUNA3gbnmJBFMVxffSmbngiHRlzjzMHCPTfJq0TqLA=";
  };

  nativeBuildInputs = [