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:
parent
aedbfbb628
commit
f9a9029c2f
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiocoap";
|
pname = "aiocoap";
|
||||||
version = "0.4.11";
|
version = "0.4.12";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||||||
owner = "chrysn";
|
owner = "chrysn";
|
||||||
repo = "aiocoap";
|
repo = "aiocoap";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-a2qhMDFkRbMK4+xvPc140i0lPaWbTWeFlpvdLaNtOxA=";
|
hash = "sha256-yy9TsNTdk7kfLilXsjDCVAe1C3O70P09It71zU26PKo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user