python3Packages.aiomqtt: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm
2026-03-06 15:46:49 +00:00
parent 9a1c1dd988
commit 9acd689bde
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "aiomqtt";
version = "2.5.0";
version = "2.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "sbtinstruments";
repo = "aiomqtt";
tag = "v${version}";
hash = "sha256-S18jHHM1r077du/EO3WvCwLaYF70tIGdHatFxuTPhBs=";
hash = "sha256-f9m+mdlSADOixsKymxsKiVxgWF7JBc3kjVU+rOkC+yM=";
};
build-system = [ hatchling ];