grabserial: 1.9.8 -> 1.9.9
This commit is contained in:
parent
8cf56826e3
commit
0bf622a06b
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
pname = "grabserial";
|
pname = "grabserial";
|
||||||
version = "1.9.8";
|
version = "1.9.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tbird20d";
|
owner = "tbird20d";
|
||||||
repo = "grabserial";
|
repo = "grabserial";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1xmy3js4hzsxlkxc172hkjzxsc34mmg3vfz61h24c7svmfzyhbd5";
|
sha256 = "0cwrajkh605gfhshrlpbc32gmx86a8kv3pq7cv713k60sgqrgpqx";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pythonPackages.pyserial ];
|
propagatedBuildInputs = [ pythonPackages.pyserial ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user