python3Packages.argparse-manpage: 4.6 -> 4.7

This commit is contained in:
R. Ryantm
2025-08-19 12:46:05 +00:00
parent c4e45b5638
commit 305f5ff547
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "argparse-manpage";
version = "4.6";
version = "4.7";
pyproject = true;
src = fetchFromGitHub {
owner = "praiskup";
repo = "argparse-manpage";
tag = "v${version}";
hash = "sha256-2GJDFLCaPTb8sQCAv9qZ+pIysFE7IaKh9co3Mb8Dutc=";
hash = "sha256-nonC0oK3T/8+gSa0lRaCf2wvvXoRBPP8b1jioNmW4qI=";
};
nativeBuildInputs = [
@@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Automatically build man-pages for your Python project";
homepage = "https://github.com/praiskup/argparse-manpage";
changelog = "https://github.com/praiskup/argparse-manpage/blob/${src.rev}/NEWS";
changelog = "https://github.com/praiskup/argparse-manpage/blob/${src.tag}/NEWS";
license = licenses.asl20;
maintainers = with maintainers; [ nickcao ];
mainProgram = "argparse-manpage";