Skip to content

Commit c93e398

Browse files
r-ryantmyayayayaka
authored andcommitted
pyradio: 0.9.3.11 -> 0.9.3.11.1
1 parent 0fb80da commit c93e398

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
@@ -6,13 +6,13 @@
66

77
python3Packages.buildPythonApplication rec {
88
pname = "pyradio";
9-
version = "0.9.3.11";
9+
version = "0.9.3.11.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "coderholic";
1313
repo = "pyradio";
1414
rev = "refs/tags/${version}";
15-
hash = "sha256-JvvnzIA5xhHgH87g0j60Ul0FHGhA88knsEFf1n2MQ84=";
15+
hash = "sha256-k/MgvdR4ed9qMLx52AAK7Aq963/qkUyF+bam06yCZHc=";
1616
};
1717

1818
nativeBuildInputs = [

0 commit comments

Comments
 (0)