pyradio: 0.9.3.1 -> 0.9.3.2

This commit is contained in:
R. Ryantm 2024-04-12 11:13:20 +00:00
parent 27bcfed792
commit d2d64fd29e
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.9.3.1";
version = "0.9.3.2";
src = fetchFromGitHub {
owner = "coderholic";
repo = "pyradio";
rev = "refs/tags/${version}";
hash = "sha256-p3F4uN+hkxGp+216abUkFNM5uF/0e0sQHKk5WIpULso=";
hash = "sha256-aIWU68bdPUsIh8QRNnF0NcK7FemmYyUHbJg9KcUALBk=";
};
nativeBuildInputs = [