pyradio: 0.9.3.2 -> 0.9.3.4

This commit is contained in:
R. Ryantm 2024-04-24 01:45:35 +00:00 committed by Yaya
parent 99ec14bb44
commit 7ff9349968
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.9.3.2";
version = "0.9.3.4";
src = fetchFromGitHub {
owner = "coderholic";
repo = "pyradio";
rev = "refs/tags/${version}";
hash = "sha256-aIWU68bdPUsIh8QRNnF0NcK7FemmYyUHbJg9KcUALBk=";
hash = "sha256-QifBzQsvYU5kP5mnidOgWGBh3h2MvJm8Wo0i1v6j/cU=";
};
nativeBuildInputs = [