6 python3Packages.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 hash = "sha256-lgxYQ8oNfa0+8BUf3nRv0fcNLP+UATjz733ms3pM6gQ=";
18 build-system = with python3Packages; [
22 dependencies = with python3Packages; [
33 mainProgram = "vermin";
34 homepage = "https://github.com/netromdk/vermin";
35 changelog = "https://github.com/netromdk/vermin/releases/tag/v${version}";
36 description = "Concurrently detect the minimum Python versions needed to run code";
37 license = lib.licenses.mit;
38 maintainers = [ lib.maintainers.fidgetingbits ];