Commit 4d58e253 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.dropmqttapi: 1.0.2 -> 1.0.3

parent eb2a954f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [