lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.taskw-ng: 0.2.6 -> 0.2.7

R. Ryantm 4e5c1de0 57f07c20

+2 -2
+2 -2
pkgs/development/python-modules/taskw-ng/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "taskw-ng"; 17 - version = "0.2.6"; 17 + version = "0.2.7"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.8"; ··· 23 23 owner = "bergercookie"; 24 24 repo = "taskw-ng"; 25 25 tag = "v${version}"; 26 - hash = "sha256-tlidTt0TzWnvfajYiIfvRv7OfakHY6zWAicmAwq/Z8w="; 26 + hash = "sha256-KxXLSDvUclQlNbMR+Zzl6tgBrH2QxqjLVoyBK3OiKVU="; 27 27 }; 28 28 29 29 pythonRelaxDeps = [