Skip to content

Commit

Permalink
pyradio: 0.9.3.11 -> 0.9.3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and yayayayaka committed Oct 26, 2024
1 parent 0fb80da commit c93e398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/py/pyradio/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.9.3.11";
version = "0.9.3.11.1";

src = fetchFromGitHub {
owner = "coderholic";
repo = "pyradio";
rev = "refs/tags/${version}";
hash = "sha256-JvvnzIA5xhHgH87g0j60Ul0FHGhA88knsEFf1n2MQ84=";
hash = "sha256-k/MgvdR4ed9qMLx52AAK7Aq963/qkUyF+bam06yCZHc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c93e398

Please sign in to comment.