Unverified Commit a70c8e2a authored by Austin Horstman's avatar Austin Horstman
Browse files

dooit: 1.0.1 -> 2.0.0

parent a3098449
Loading
Loading
Loading
Loading
+5 −12
Original line number Diff line number Diff line
@@ -5,34 +5,27 @@

python3.pkgs.buildPythonApplication rec {
  pname = "dooit";
  version = "1.0.1";
  version = "2.0.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "kraanzu";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-7a6xoqbAmnGVUVppQTSo4hH44XFCqBnF7xO7sOVySY0=";
    hash = "sha256-Ipj3ltuewbMIUYRffxxPcJgIPxP5dJAkHpo14ZZKq+k=";
  };

  # Required versions not available
  pythonRelaxDeps = [
    "textual"
    "tzlocal"
  ];

  nativeBuildInputs = with python3.pkgs; [
    poetry-core
    pythonRelaxDepsHook
  ];

  propagatedBuildInputs = with python3.pkgs; [
    textual
    appdirs
    pyperclip
    python-dateutil
    pyyaml
    dateparser
    textual
    tzlocal
    appdirs
  ];

  # No tests available