pyradio: 0.9.3.11.30 -> 0.9.3.11.31
Release: https://github.com/coderholic/pyradio/releases/tag/0.9.3.11.31 Diff: https://github.com/coderholic/pyradio/compare/0.9.3.11.30...0.9.3.11.31
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "pyradio";
|
||||
version = "0.9.3.11.30";
|
||||
version = "0.9.3.11.31";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "coderholic";
|
||||
repo = "pyradio";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-b4Euo9rD/A7PjROOaigx2ITel1uA7fa6S6bNi76FeUw=";
|
||||
hash = "sha256-DZ/HffM53uBYpucIq9UEIIzkIeF/WxXCnC1tB++LD9c=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -28,6 +28,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
netifaces
|
||||
psutil
|
||||
python-dateutil
|
||||
rapidfuzz
|
||||
requests
|
||||
rich
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user