Skip to content

Commit 7791ebf

Browse files
authored
pyradio: 0.9.3.11.22 -> 0.9.3.11.25 (NixOS#482231)
2 parents 4a2e02b + adcadd1 commit 7791ebf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/py/pyradio/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "pyradio";
10-
version = "0.9.3.11.22";
10+
version = "0.9.3.11.25";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "coderholic";
1515
repo = "pyradio";
1616
tag = version;
17-
hash = "sha256-JUVlaKKprgnGiZzZ0J6VSePrSdCWuWQzhuTTiCeB12U=";
17+
hash = "sha256-+0anoFhbADIMAMBQUqDfI7liui+7sDgUtG9+ZwFg+nI=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)