python37Packages.bacpypes: 0.18.0 -> 0.18.1
This commit is contained in:
parent
6156a92857
commit
5e5700c9ae
@ -2,14 +2,14 @@
|
|||||||
, wheel, pytestCheckHook, pytestrunner }:
|
, wheel, pytestCheckHook, pytestrunner }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.18.0";
|
version = "0.18.1";
|
||||||
pname = "bacpypes";
|
pname = "bacpypes";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "JoelBender";
|
owner = "JoelBender";
|
||||||
repo = "bacpypes";
|
repo = "bacpypes";
|
||||||
rev = "${version}";
|
rev = version;
|
||||||
sha256 = "1nz0qi46z6n455mw2ppxgz091qh0irizlxpvkx7iw1l7f6mmgj0x";
|
sha256 = "1fxrh57z3fjl95db8jh71grkv5id8qk65g6k5jqcs9v3dgkg8jkl";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ wheel ];
|
propagatedBuildInputs = [ wheel ];
|
||||||
|
Loading…
Reference in New Issue
Block a user