Fabian Affolter
2025-09-28 03:40:28 +02:00
parent 60df26f7e0
commit 60acdc429f
@@ -6,21 +6,18 @@
poetry-core,
prompt-toolkit,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
pname = "questionary";
version = "2.1.0";
version = "2.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "tmbo";
repo = "questionary";
tag = version;
hash = "sha256-HiQsOkG3oK+hnyeFjebnVASxpZhUPGBGz69JvPO43fM=";
hash = "sha256-r7F5y6KD6zonQGtO/9OuCTMTWdkCdd9aqTgKg6eWp08=";
};
pythonRelaxDeps = [ "prompt_toolkit" ];