Commit 043c0b67 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.aionotion: 2023.05.1 -> 2023.05.4

parent d8b94f5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "aionotion";
  version = "2023.05.1";
  version = "2023.05.4";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "bachya";
    repo = pname;
    rev = version;
    hash = "sha256-gCHJBgPWe5aSzTvvETjfn3zoEuuCJV1s4lMQLP72a/8=";
    hash = "sha256-iQQbLMb3Bi+BzKeN5oEHWjCJryf+TUiINueqStGyktQ=";
  };

  nativeBuildInputs = [