python3Packages.aiocoap: 0.4.1 -> 0.4.3

This commit is contained in:
Fabian Affolter 2021-11-26 08:40:43 +01:00
parent 0f43d69a55
commit 5bf7fe5281

View File

@ -8,14 +8,16 @@
buildPythonPackage rec {
pname = "aiocoap";
version = "0.4.1";
version = "0.4.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "chrysn";
repo = pname;
rev = version;
sha256 = "0k7ii2l3n139f8712ja6w3z73xiwlfsjgdc4k5c514ni2w6w2yjc";
sha256 = "sha256-fTRDx9VEXDoMKM78YYL+mBEdvhbLtHiHdo66kwRnNhA=";
};
propagatedBuildInputs = [
@ -38,7 +40,9 @@ buildPythonPackage rec {
"test_uri_parser"
];
pythonImportsCheck = [ "aiocoap" ];
pythonImportsCheck = [
"aiocoap"
];
meta = with lib; {
description = "Python CoAP library";