pyradio: 0.8.9.14 -> 0.8.9.15

This commit is contained in:
R. Ryantm 2022-03-18 14:25:44 +00:00
parent 7958394022
commit a4c989b64f

View File

@ -2,7 +2,7 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "pyradio"; pname = "pyradio";
version = "0.8.9.14"; version = "0.8.9.15";
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
requests requests
@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
owner = "coderholic"; owner = "coderholic";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-9q+YsQPFB7Ql5WnXvPj100cD7pGkmr1hHztqbpZStt8="; sha256 = "sha256-r4T7t8Q46N59jqTkvdKBo6tffkrOYhoO/CZWvkBHOAQ=";
}; };
checkPhase = '' checkPhase = ''