lol

Merge pull request #255689 from antonmosich/todoman-update

todoman: 4.3.1 -> 4.3.2

authored by

Weijia Wang and committed by
GitHub
23f69722 f3b9fa38

+3 -3
+3 -3
pkgs/applications/office/todoman/default.nix
··· 9 9 10 10 python3.pkgs.buildPythonApplication rec { 11 11 pname = "todoman"; 12 - version = "4.3.1"; 12 + version = "4.3.2"; 13 13 format = "pyproject"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "pimutils"; 17 17 repo = pname; 18 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-pa1zzu0ITJObzhSmohjgiGTCoautXrY+SQQ3hxEtQcE="; 19 + hash = "sha256-dxyI9ypZZBouTUF72wzvi7j+CeoQ9JNSiXrVeV7ForY="; 20 20 }; 21 21 22 22 SETUPTOOLS_SCM_PRETEND_VERSION = version; ··· 92 92 ''; 93 93 changelog = "https://github.com/pimutils/todoman/raw/v${version}/CHANGELOG.rst"; 94 94 license = licenses.isc; 95 - maintainers = with maintainers; [ leenaars ]; 95 + maintainers = with maintainers; [ leenaars antonmosich ]; 96 96 mainProgram = "todo"; 97 97 }; 98 98 }