python312Packages.dropmqttapi: 1.0.2 -> 1.0.3

Diff: https://github.com/ChandlerSystems/dropmqttapi/compare/refs/tags/v1.0.2...v1.0.3
This commit is contained in:
Fabian Affolter 2024-04-26 10:02:30 +02:00
parent eb2a954f7f
commit 4d58e253cf
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "dropmqttapi";
version = "1.0.2";
version = "1.0.3";
pyproject = true;
disabled = pythonOlder "3.11";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "ChandlerSystems";
repo = "dropmqttapi";
rev = "refs/tags/v${version}";
hash = "sha256-5UnjIv57b4JV/vFyQpe+AS4e/fiE2y7ynZx5g6+oSyQ=";
hash = "sha256-njReF9Mu5E9o5WcbK60CCBWaIhZ3tpQHHlY/iEyyHGg=";
};
nativeBuildInputs = [