pyradio: 0.9.2.25 -> 0.9.3.1

This commit is contained in:
R. Ryantm 2024-04-07 08:17:45 +00:00
parent f6eb921406
commit 6d45a92d5e
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.9.2.25";
version = "0.9.3.1";
src = fetchFromGitHub {
owner = "coderholic";
repo = "pyradio";
rev = "refs/tags/${version}";
hash = "sha256-GkOp0iK84HDvVH8RmtmIKJ5EtQIECgZS5g8pmaIhUcc=";
hash = "sha256-p3F4uN+hkxGp+216abUkFNM5uF/0e0sQHKk5WIpULso=";
};
nativeBuildInputs = [