Skip to content

Commit 4132c9a

Browse files
r-ryantmyayayayaka
authored andcommitted
pyradio: 0.9.3.11.9 -> 0.9.3.11.11
1 parent 573f280 commit 4132c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

88
python3Packages.buildPythonApplication rec {
99
pname = "pyradio";
10-
version = "0.9.3.11.9";
10+
version = "0.9.3.11.11";
1111

1212
src = fetchFromGitHub {
1313
owner = "coderholic";
1414
repo = "pyradio";
1515
tag = version;
16-
hash = "sha256-paDiD47ERcVNQ1iVEKY2xBItFhyedacAAElT0slBYWk=";
16+
hash = "sha256-yVXq9wHuPO87SRxJdFtYeQWFzeX6IwhKdMchhuzo0ms=";
1717
};
1818

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)