Unverified Commit 9941d0b2 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

oterm: 0.14.6 -> 0.14.7 (#473513)

parents a91e56d7 33bf05fc
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.6";
  version = "0.14.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ggozad";
    repo = "oterm";
    tag = version;
    hash = "sha256-Awixn456RGMNfyhPN1rEzyptzUW6AEkxBKgIk5c8kIc=";
    hash = "sha256-f8UUWQtn+lG0mzO7i6LWDoNwGBLFbIbGdqAptNgoek4=";
  };

  pythonRelaxDeps = [