lol

todoman: 4.5.0 -> 4.6.0 (#436241)

authored by

Peder Bergebakken Sundt and committed by
GitHub
296b0260 b2bafd2f

+4 -2
+4 -2
pkgs/by-name/to/todoman/package.nix
··· 5 5 lib, 6 6 python3, 7 7 sphinxHook, 8 + writableTmpDirAsHomeHook, 8 9 }: 9 10 10 11 python3.pkgs.buildPythonApplication rec { 11 12 pname = "todoman"; 12 - version = "4.5.0"; 13 + version = "4.6.0"; 13 14 pyproject = true; 14 15 15 16 src = fetchFromGitHub { 16 17 owner = "pimutils"; 17 18 repo = "todoman"; 18 19 tag = "v${version}"; 19 - hash = "sha256-sk5LgFNo5Dc+oHCLu464Q1g0bk1QGsA7xMtMiits/8c="; 20 + hash = "sha256-WMIXPPtW1227iDXLqG/JIYdNp5bxHxTlqpFtcIvZ8Aw="; 20 21 }; 21 22 22 23 nativeBuildInputs = [ ··· 49 50 pytest-cov-stub 50 51 pytestCheckHook 51 52 pytz 53 + writableTmpDirAsHomeHook 52 54 ]; 53 55 54 56 outputs = [