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

pyradio: 0.8.9.32 -> 0.8.9.36
This commit is contained in:
Weijia Wang
2023-01-23 17:01:50 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.8.9.32";
version = "0.8.9.36";
src = fetchFromGitHub {
owner = "coderholic";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-1lczH8xTZV1XVVByLAGXJbjXd20JUJALIJJ3s9+orxM=";
hash = "sha256-xEFjyVly1VyDz9ALtVwxxrEs856joP+pe/mappyKrPU=";
};
nativeBuildInputs = [