mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
grabserial: 2.0.2 -> 2.1.8
Diff: https://github.com/tbird20d/grabserial/compare/v2.0.2...v2.1.8
This commit is contained in:
@@ -6,26 +6,26 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "grabserial";
|
||||
version = "2.0.2";
|
||||
version = "2.1.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tbird20d";
|
||||
repo = "grabserial";
|
||||
rev = "v${version}";
|
||||
sha256 = "0ryk4w8q6zfmia71nwnk5b7xaxw0sf45dw9q50xp7k76i3k5f9f3";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-XHI5r4OkJUtMuH83jKvNttEpKpqARjxj9SDLzhSPxSc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ python3Packages.pyserial ];
|
||||
dependencies = [ python3Packages.pyserial ];
|
||||
|
||||
# no usable tests
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Python based serial dump and timing program";
|
||||
mainProgram = "grabserial";
|
||||
homepage = "https://github.com/tbird20d/grabserial";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ vmandela ];
|
||||
platforms = platforms.linux;
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [ vmandela ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user