Unverified Commit d09c104a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.aiomqtt: 2.3.1 -> 2.3.2 (#398634)

parents e97a7047 0eaf5640
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "aiomqtt";
  version = "2.3.1";
  version = "2.3.2";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "sbtinstruments";
    repo = "aiomqtt";
    tag = "v${version}";
    hash = "sha256-1UTCcvzbuZJ3KpYsVxiaVn9MjjS1MYYduM4jASAOR3Y=";
    hash = "sha256-34YfCeJvCGl0dojlSmnGxcboGK0GdcI42DarCG8lbDA=";
  };

  build-system = [ hatchling ];