python3Packages.aiomqtt: 2.3.2 -> 2.4.0 (#406941)

This commit is contained in:
Weijia Wang
2025-05-24 22:42:20 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aiomqtt";
version = "2.3.2";
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "sbtinstruments";
repo = "aiomqtt";
tag = "v${version}";
hash = "sha256-34YfCeJvCGl0dojlSmnGxcboGK0GdcI42DarCG8lbDA=";
hash = "sha256-b7kCLpJzZGx8YpC0M4O4fqFh3xP73CXFWbKaggD6bOI=";
};
build-system = [ hatchling ];