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

This reverts commit f1e973e23d.
This commit is contained in:
Sigmanificient
2026-03-24 01:15:51 +01:00
parent 3a813e37cc
commit 351caafd87
@@ -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 = [