python313Packages.questionary: 2.1.0 -> 2.1.1
Diff: https://github.com/tmbo/questionary/compare/2.1.0...2.1.1 Changelog: https://github.com/tmbo/questionary/blob/refs/tags/2.1.1/docs/pages/changelog.rst
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user