pyradio: 0.9.3.11.11 -> 0.9.3.11.13

This commit is contained in:
R. Ryantm
2025-05-31 01:00:41 +02:00
committed by Yaya
parent 82f78582cd
commit 71a005771b
+2 -2
View File
@@ -7,13 +7,13 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.9.3.11.11";
version = "0.9.3.11.13";
src = fetchFromGitHub {
owner = "coderholic";
repo = "pyradio";
tag = version;
hash = "sha256-yVXq9wHuPO87SRxJdFtYeQWFzeX6IwhKdMchhuzo0ms=";
hash = "sha256-thHx1IJLYG83qxV6QSHRn7Jt1a1LUR47noDvAtcFZuE=";
};
nativeBuildInputs = [