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

python3Packages.aiontfy: 0.8.4 -> 0.8.5 (#514834)

parents 0e3ebadd 1082e408
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