Commit ba3d6553 authored by R. RyanTM's avatar R. RyanTM
Browse files

oterm: 0.14.4 -> 0.14.5

parent 723e1e95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3Packages.buildPythonApplication rec {
  pname = "oterm";
  version = "0.14.4";
  version = "0.14.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ggozad";
    repo = "oterm";
    tag = version;
    hash = "sha256-zTRCAg5BjwdP2s1LZrOjLctqYe/jX4Mc3gK+IwVoLR4=";
    hash = "sha256-g1ko9xpZ5OUK8isp/FE/1Ye9IjO4QpAoTbLTGwnpenY=";
  };

  pythonRelaxDeps = [