Merge pull request #255689 from antonmosich/todoman-update

todoman: 4.3.1 -> 4.3.2
This commit is contained in:
Weijia Wang 2023-09-18 22:37:12 +02:00 committed by GitHub
commit 23f6972217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "todoman";
version = "4.3.1";
version = "4.3.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "pimutils";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-pa1zzu0ITJObzhSmohjgiGTCoautXrY+SQQ3hxEtQcE=";
hash = "sha256-dxyI9ypZZBouTUF72wzvi7j+CeoQ9JNSiXrVeV7ForY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@ -92,7 +92,7 @@ python3.pkgs.buildPythonApplication rec {
'';
changelog = "https://github.com/pimutils/todoman/raw/v${version}/CHANGELOG.rst";
license = licenses.isc;
maintainers = with maintainers; [ leenaars ];
maintainers = with maintainers; [ leenaars antonmosich ];
mainProgram = "todo";
};
}