python313Packages.aiocoap: 0.4.11 -> 0.4.12 (#378502)

This commit is contained in:
Fabian Affolter
2025-02-01 17:21:46 +01:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "aiocoap";
version = "0.4.11";
version = "0.4.12";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "chrysn";
repo = "aiocoap";
tag = version;
hash = "sha256-a2qhMDFkRbMK4+xvPc140i0lPaWbTWeFlpvdLaNtOxA=";
hash = "sha256-yy9TsNTdk7kfLilXsjDCVAe1C3O70P09It71zU26PKo=";
};
build-system = [ setuptools ];