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

pyradio: 0.8.9.20 -> 0.8.9.21
This commit is contained in:
Ryan Mulligan
2022-06-30 01:34:58 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.8.9.20";
version = "0.8.9.21";
src = fetchFromGitHub {
owner = "coderholic";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-wSu6vTvBkH7vC2c+jj6zaRaR1Poarsgxa5i2mN0dnoE=";
sha256 = "sha256-uaQG840R4twPkE3GYLpcF0MHVH5JaLn5CSAd1DrNOvQ=";
};
nativeBuildInputs = [ installShellFiles ];