Merge pull request #174490 from r-ryantm/auto-update/pyradio

pyradio: 0.8.9.17 -> 0.8.9.20

authored by Mario Rodas and committed by GitHub e698f971 e855c8a4

+2 -2
+2 -2
pkgs/applications/audio/pyradio/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "pyradio"; 5 - version = "0.8.9.17"; 5 + version = "0.8.9.20"; 6 6 7 7 propagatedBuildInputs = with python3Packages; [ 8 8 requests ··· 14 14 owner = "coderholic"; 15 15 repo = pname; 16 16 rev = "refs/tags/${version}"; 17 - sha256 = "sha256-lfDSD1+xbA6tAKeHKciq/n6YHWS4JTOvjIqOn+FQ2yA="; 17 + sha256 = "sha256-wSu6vTvBkH7vC2c+jj6zaRaR1Poarsgxa5i2mN0dnoE="; 18 18 }; 19 19 20 20 checkPhase = ''