Commit 61841c54 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent c05e7209
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "aiontfy";
  version = "0.8.1";
  version = "0.8.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tr4nt0r";
    repo = "aiontfy";
    tag = "v${version}";
    hash = "sha256-pwlPtFeMBvSc1keFvDv5hzB/WIxHJSuTspKKQrAowiA=";
    hash = "sha256-whofQUPT4UcOOBxvdMz3mMzMR/svVaLQrC6c7EfzwZY=";
  };

  build-system = [
@@ -29,6 +29,10 @@ buildPythonPackage rec {
    hatchling
  ];

  pythonRelaxDeps = [
    "orjson"
  ];

  dependencies = [
    aiohttp
    mashumaro