Commit 351caafd authored by Sigmanificient's avatar Sigmanificient
Browse files

Revert "python3Packages.taskw-ng: 0.2.7 -> 2.0.0"

This reverts commit f1e973e2.
parent 3a813e37
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "taskw-ng";
  version = "2.0.0";
  version = "0.2.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bergercookie";
    repo = "taskw-ng";
    tag = version;
    hash = "sha256-hTZi6Y3jVlBI+CGQtHZ4PBU5rjEjE2l8o2rusCkEma0=";
    tag = "v${version}";
    hash = "sha256-KxXLSDvUclQlNbMR+Zzl6tgBrH2QxqjLVoyBK3OiKVU=";
  };

  pythonRelaxDeps = [