python3Packages.taskw-ng: 0.2.7 -> 2.0.0

https://github.com/bergercookie/taskw-ng/blob/2.0.0/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:02 +01:00
parent 4d103705bb
commit f1e973e23d
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "taskw-ng";
version = "0.2.7";
version = "2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bergercookie";
repo = "taskw-ng";
tag = "v${version}";
hash = "sha256-KxXLSDvUclQlNbMR+Zzl6tgBrH2QxqjLVoyBK3OiKVU=";
tag = version;
hash = "sha256-hTZi6Y3jVlBI+CGQtHZ4PBU5rjEjE2l8o2rusCkEma0=";
};
pythonRelaxDeps = [
@@ -48,7 +48,7 @@ buildPythonPackage rec {
meta = {
description = "Module to interact with the Taskwarrior API";
homepage = "https://github.com/bergercookie/taskw-ng";
changelog = "https://github.com/bergercookie/taskw-ng/blob/${src.rev}/CHANGELOG.rst";
changelog = "https://github.com/bergercookie/taskw-ng/blob/${src.tag}/CHANGELOG.rst";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ raitobezarius ];
};