Merge pull request #79808 from r-ryantm/auto-update/grabserial

grabserial: 1.9.9 -> 2.0.2
This commit is contained in:
Ryan Mulligan 2020-02-11 06:51:46 -08:00 committed by GitHub
commit 3e47162b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
pythonPackages.buildPythonApplication rec {
pname = "grabserial";
version = "1.9.9";
version = "2.0.2";
src = fetchFromGitHub {
owner = "tbird20d";
repo = "grabserial";
rev = "v${version}";
sha256 = "0cwrajkh605gfhshrlpbc32gmx86a8kv3pq7cv713k60sgqrgpqx";
sha256 = "0ryk4w8q6zfmia71nwnk5b7xaxw0sf45dw9q50xp7k76i3k5f9f3";
};
propagatedBuildInputs = [ pythonPackages.pyserial ];