Unverified Commit 83524314 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

oterm: 0.6.9 -> 0.7.3 (#372048)

parents ba729681 9ce4afe6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication rec {
  pname = "oterm";
  version = "0.6.9";
  version = "0.7.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ggozad";
    repo = "oterm";
    tag = version;
    hash = "sha256-ltzwb6r7zg41jlTJdU+/zTJ0H6jOL/4NKCZRBN6HQR4=";
    hash = "sha256-COIvnn6qDG9srv4ByWTBoRHfIva3a2dLS+yIZDguo+M=";
  };

  pythonRelaxDeps = [