diff --git a/pkgs/development/python-modules/inquirer/default.nix b/pkgs/development/python-modules/inquirer/default.nix index 0bf8b97d9740..469697052380 100644 --- a/pkgs/development/python-modules/inquirer/default.nix +++ b/pkgs/development/python-modules/inquirer/default.nix @@ -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 ]; };