pyradio: 0.8.9.9 -> 0.8.9.10

This commit is contained in:
YI 2022-01-19 18:29:43 +08:00
parent f12f99a320
commit af992ad62b

View File

@ -2,13 +2,19 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.8.9.9";
version = "0.8.9.10";
propagatedBuildInputs = with python3Packages; [
requests
psutil
dnspython
];
src = fetchFromGitHub {
owner = "coderholic";
repo = pname;
rev = version;
sha256 = "04asw5alkkf2q5iixswarj6ddb0y4a6ixm7cckl6204jiyxpv6kc";
sha256 = "1cvrvy5ll97yyrzakxr8lb25qxmzk9fvcabsgc98jf89ikxgax4w";
};
checkPhase = ''