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