pyradio: 0.9.3.11 -> 0.9.3.11.1

This commit is contained in:
R. Ryantm 2024-10-23 03:31:17 +00:00 committed by Yaya
parent 0fb80da7c1
commit c93e398e71

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.9.3.11";
version = "0.9.3.11.1";
src = fetchFromGitHub {
owner = "coderholic";
repo = "pyradio";
rev = "refs/tags/${version}";
hash = "sha256-JvvnzIA5xhHgH87g0j60Ul0FHGhA88knsEFf1n2MQ84=";
hash = "sha256-k/MgvdR4ed9qMLx52AAK7Aq963/qkUyF+bam06yCZHc=";
};
nativeBuildInputs = [