Merge pull request #205411 from r-ryantm/auto-update/pyradio
pyradio: 0.8.9.31 -> 0.8.9.32
This commit is contained in:
commit
b6150f331f
@ -1,17 +1,23 @@
|
|||||||
{ lib, python3Packages, fetchFromGitHub, installShellFiles }:
|
{ lib
|
||||||
|
, python3Packages
|
||||||
|
, fetchFromGitHub
|
||||||
|
, installShellFiles
|
||||||
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "pyradio";
|
pname = "pyradio";
|
||||||
version = "0.8.9.31";
|
version = "0.8.9.32";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "coderholic";
|
owner = "coderholic";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "sha256-9Fc42f0plduihXDDLXWBdt62maxDJ0cwumIvbiMcrGc=";
|
hash = "sha256-1lczH8xTZV1XVVByLAGXJbjXd20JUJALIJJ3s9+orxM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [
|
||||||
|
installShellFiles
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
requests
|
requests
|
||||||
@ -30,6 +36,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://www.coderholic.com/pyradio/";
|
homepage = "http://www.coderholic.com/pyradio/";
|
||||||
description = "Curses based internet radio player";
|
description = "Curses based internet radio player";
|
||||||
|
changelog = "https://github.com/coderholic/pyradio/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ contrun ];
|
maintainers = with maintainers; [ contrun ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user