python310Packages.aiocoap: 0.4.4 -> 0.4.5

Changelog: https://github.com/chrysn/aiocoap/blob/0.4.5/NEWS
This commit is contained in:
Fabian Affolter 2022-11-23 17:57:11 +01:00
parent 14791e09aa
commit 4edf9edaf4

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "aiocoap";
version = "0.4.4";
version = "0.4.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "chrysn";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-m/tU1qf+CB9/2eoXktpBSgwjj8lMuMQ/WGYL6HhMNxA=";
hash = "sha256-t2yfWWfkJmOr14XdLsIV48HMgVRaEnUO4IG2jQHbKWA=";
};
propagatedBuildInputs = [