Commit 1082e408 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 92d375ce
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "aiontfy";
  version = "0.8.4";
  version = "0.8.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tr4nt0r";
    repo = "aiontfy";
    tag = "v${version}";
    hash = "sha256-mj2wYsmA+CI0y4WykP7CLPUFfSCISCdinajkIHDdAZs=";
    hash = "sha256-LDt8JapUQcojMWyW931zt3U4QMwQew4wOly2AyYvbkI=";
  };

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

  pythonRelaxDeps = [
    "orjson"
  ];

  dependencies = [
    aiohttp
    mashumaro