python313Packages.aiocoap: 0.4.11 -> 0.4.12

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

Changelog: https://github.com/chrysn/aiocoap/blob/0.4.12/NEWS
This commit is contained in:
Fabian Affolter 2025-02-01 11:20:51 +01:00
parent aedbfbb628
commit f9a9029c2f

View File

@ -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 ];