python312Packages.aiocoap: 0.4.10 -> 0.4.11

Diff: https://github.com/chrysn/aiocoap/compare/refs/tags/0.4.10...0.4.11

Changelog: https://github.com/chrysn/aiocoap/blob/0.4.11/NEWS
This commit is contained in:
Fabian Affolter
2024-10-27 13:45:06 +01:00
parent cce80f872b
commit dd5286e26e
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "aiocoap";
version = "0.4.10";
version = "0.4.11";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "chrysn";
repo = "aiocoap";
rev = "refs/tags/${version}";
hash = "sha256-sKDkbv8OyPewfQpunFxezP0wjy3EAQxsQ0UfUm0REPM=";
hash = "sha256-a2qhMDFkRbMK4+xvPc140i0lPaWbTWeFlpvdLaNtOxA=";
};
build-system = [ setuptools ];