Commit 500f49e6 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 6ae6da37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "aiormq";
  version = "6.8.1";
  version = "6.9.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "mosquito";
    repo = "aiormq";
    tag = version;
    hash = "sha256-3+PoDB5Owy8BWBUisX0i1mV8rqs5K9pBFQwup8vKxlg=";
    hash = "sha256-ApwL3okhpc3Dtq4bfWCCnoikyRx+4zPI9XtJ+qPKQdg=";
  };

  nativeBuildInputs = [