python3Packages.inquirer: 3.4.0 -> 3.4.1 (#430690)

This commit is contained in:
Nick Cao
2025-08-04 19:23:01 -04:00
committed by GitHub
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "inquirer";
version = "3.4.0";
version = "3.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "magmax";
repo = "python-inquirer";
tag = "v${version}";
hash = "sha256-vIW/rD22PFND9EPjS0YPbIauKgh9KHh1gXf1L8g/f10=";
hash = "sha256-xVHmdJGN5yOxbEkZIiOLqeUwcfdj+o7jTTWBD75szII=";
};
build-system = [ poetry-core ];
@@ -51,7 +51,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Collection of common interactive command line user interfaces, based on Inquirer.js";
homepage = "https://github.com/magmax/python-inquirer";
changelog = "https://github.com/magmax/python-inquirer/releases/tag/v${version}";
changelog = "https://github.com/magmax/python-inquirer/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ mmahut ];
};