python3Packages.coapthon3: 1.0.1 -> 1.0.2

This commit is contained in:
Fabian Affolter 2021-08-09 12:18:24 +02:00
parent 8095890324
commit 0282a1ef86

View File

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "CoAPthon3";
version = "1.0.1";
version = "1.0.2";
disabled = isPy27;
src = fetchFromGitHub {
owner = "Tanganelli";
repo = pname;
rev = version;
sha256 = "1im35i5i72y1p9qj8ixkwq7q6ksbrmi42giqiyfgjp1ym38snl69";
sha256 = "sha256-9QApoPUu3XFZY/lgjAsf5r2StFiRtUd1UXWDrzYUh6w=";
};
propagatedBuildInputs = [ cachetools ];