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

pyradio: 0.9.3.6 -> 0.9.3.7

(cherry picked from commit 3358e97411749878705710596103e912681b81b5)
parent b841269d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

python3Packages.buildPythonApplication rec {
  pname = "pyradio";
  version = "0.9.3.6";
  version = "0.9.3.7";

  src = fetchFromGitHub {
    owner = "coderholic";
    repo = "pyradio";
    rev = "refs/tags/${version}";
    hash = "sha256-As4xjwJtEKlnFuBigC7nN0kAPe0+99rE9KZ0F6i7qIQ=";
    hash = "sha256-NwDVytD6nIM++ixGmLh02FIE+hLKHBwwD3aEAXVZn7I=";
  };

  nativeBuildInputs = [