lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.argparse-manpage: 4.6 -> 4.7

R. Ryantm 305f5ff5 c4e45b56

+3 -3
+3 -3
pkgs/development/python-modules/argparse-manpage/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "argparse-manpage"; 15 - version = "4.6"; 15 + version = "4.7"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "praiskup"; 20 20 repo = "argparse-manpage"; 21 21 tag = "v${version}"; 22 - hash = "sha256-2GJDFLCaPTb8sQCAv9qZ+pIysFE7IaKh9co3Mb8Dutc="; 22 + hash = "sha256-nonC0oK3T/8+gSa0lRaCf2wvvXoRBPP8b1jioNmW4qI="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ ··· 50 50 meta = with lib; { 51 51 description = "Automatically build man-pages for your Python project"; 52 52 homepage = "https://github.com/praiskup/argparse-manpage"; 53 - changelog = "https://github.com/praiskup/argparse-manpage/blob/${src.rev}/NEWS"; 53 + changelog = "https://github.com/praiskup/argparse-manpage/blob/${src.tag}/NEWS"; 54 54 license = licenses.asl20; 55 55 maintainers = with maintainers; [ nickcao ]; 56 56 mainProgram = "argparse-manpage";