Merge pull request #147463 from fabaff/bump-aiocoap

python3Packages.aiocoap: 0.4.1 -> 0.4.3
This commit is contained in:
Thiago Kenji Okada 2021-11-26 12:59:57 -03:00 committed by GitHub
commit 0a22350e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";