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

pyradio: 0.8.9.16 -> 0.8.9.17
This commit is contained in:
Ryan Mulligan 2022-04-30 08:20:44 -07:00 committed by GitHub
commit ebd442ebd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.8.9.16";
version = "0.8.9.17";
propagatedBuildInputs = with python3Packages; [
requests
@ -13,8 +13,8 @@ python3Packages.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "coderholic";
repo = pname;
rev = version;
sha256 = "sha256-uerQfyGHWhLbO6UkLSMA1tdfW/8fDQkcm6hYIdwwC7I=";
rev = "refs/tags/${version}";
sha256 = "sha256-lfDSD1+xbA6tAKeHKciq/n6YHWS4JTOvjIqOn+FQ2yA=";
};
checkPhase = ''