Unverified Commit 5ddb4bac authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

oterm: 0.12.1 -> 0.14.1 (#423285)

parents 50268f8a 50ded528
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.12.1";
  version = "0.14.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ggozad";
    repo = "oterm";
    tag = version;
    hash = "sha256-6y73Lh3cV/fnvpZWzfyD4CletC4UV2zl+I7l88BYPIk=";
    hash = "sha256-Fkr0oabFSkgUkqO3cqZANP3xUSD0uO2F8I/VEzkhvis=";
  };

  pythonRelaxDeps = [