python37Packages.bacpypes: 0.18.0 -> 0.18.1

This commit is contained in:
R. RyanTM 2020-10-16 02:40:35 +00:00 committed by Jon
parent 6156a92857
commit 5e5700c9ae
1 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,14 @@
, wheel, pytestCheckHook, pytestrunner }:
buildPythonPackage rec {
version = "0.18.0";
version = "0.18.1";
pname = "bacpypes";
src = fetchFromGitHub {
owner = "JoelBender";
repo = "bacpypes";
rev = "${version}";
sha256 = "1nz0qi46z6n455mw2ppxgz091qh0irizlxpvkx7iw1l7f6mmgj0x";
rev = version;
sha256 = "1fxrh57z3fjl95db8jh71grkv5id8qk65g6k5jqcs9v3dgkg8jkl";
};
propagatedBuildInputs = [ wheel ];