We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a2e02b + adcadd1 commit 7791ebfCopy full SHA for 7791ebf
1 file changed
pkgs/by-name/py/pyradio/package.nix
@@ -7,14 +7,14 @@
7
8
python3Packages.buildPythonApplication rec {
9
pname = "pyradio";
10
- version = "0.9.3.11.22";
+ version = "0.9.3.11.25";
11
pyproject = true;
12
13
src = fetchFromGitHub {
14
owner = "coderholic";
15
repo = "pyradio";
16
tag = version;
17
- hash = "sha256-JUVlaKKprgnGiZzZ0J6VSePrSdCWuWQzhuTTiCeB12U=";
+ hash = "sha256-+0anoFhbADIMAMBQUqDfI7liui+7sDgUtG9+ZwFg+nI=";
18
};
19
20
nativeBuildInputs = [
0 commit comments