pyradio: 0.9.3.11.13 -> 0.9.3.11.15

This commit is contained in:
R. Ryantm
2025-06-23 10:35:22 +00:00
parent 894832f617
commit e67d5cbb68
+2 -2
View File
@@ -7,13 +7,13 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.9.3.11.13";
version = "0.9.3.11.15";
src = fetchFromGitHub {
owner = "coderholic";
repo = "pyradio";
tag = version;
hash = "sha256-thHx1IJLYG83qxV6QSHRn7Jt1a1LUR47noDvAtcFZuE=";
hash = "sha256-xOEn01QrVlgXhFdO3YbR5+k7vkez//Y+YSKTI8C4uqA=";
};
nativeBuildInputs = [