Skip to content

Commit 1cc8303

Browse files
r-ryantmyayayayaka
authored andcommitted
pyradio: 0.9.3.11.4 -> 0.9.3.11.5
1 parent 23eb15d commit 1cc8303

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.4";
10+
version = "0.9.3.11.5";
1111

1212
src = fetchFromGitHub {
1313
owner = "coderholic";
1414
repo = "pyradio";
1515
tag = version;
16-
hash = "sha256-r/XJIHxi/0+G+Xm0ftuffl01SGwnkSXk0OpAy8yoXzc=";
16+
hash = "sha256-+guMfdYmXnWARyl5TQVUk2jCkIs11I5d0PMlCzs4ZFo=";
1717
};
1818

1919
nativeBuildInputs = [
@@ -47,7 +47,7 @@ python3Packages.buildPythonApplication rec {
4747
homepage = "http://www.coderholic.com/pyradio/";
4848
description = "Curses based internet radio player";
4949
mainProgram = "pyradio";
50-
changelog = "https://github.com/coderholic/pyradio/releases/tag/${version}";
50+
changelog = "https://github.com/coderholic/pyradio/releases/tag/${src.tag}";
5151
license = licenses.mit;
5252
maintainers = with maintainers; [
5353
contrun

0 commit comments

Comments
 (0)