Unverified Commit 776ff64a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

oterm: 0.4.2 -> 0.6.1 (#353506)

parents 699f297b 67beb4e0
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication rec {
  pname = "oterm";
  version = "0.4.2";
  version = "0.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ggozad";
    repo = "oterm";
    rev = "refs/tags/${version}";
    hash = "sha256-0wiUqpjCHGHOuJJaDzpmMGtCBgUI5Sk29DrOgbLj018=";
    hash = "sha256-kIuWDu7CpLLRyGPcCQYNaAiZ5F/WEatDmf2XbvLedsI=";
  };

  pythonRelaxDeps = [
@@ -26,8 +26,7 @@ python3Packages.buildPythonApplication rec {
    "typer"
  ];

  build-system = with python3Packages; [ poetry-core ];

  build-system = with python3Packages; [ hatchling ];

  dependencies = with python3Packages; [
    aiohttp