Loading pkgs/development/python-modules/questionary/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -10,16 +10,16 @@ buildPythonPackage rec { pname = "questionary"; version = "unstable-2022-07-27"; version = "2.0.1"; format = "pyproject"; disabled = pythonOlder "3.6"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "tmbo"; repo = pname; rev = "848b040c5b7086ffe75bd92c656e15e94d905146"; hash = "sha256-W0d1Uoy5JdN3BFfeyk1GG0HBzmgKoBApaGad0UykZaY="; rev = "refs/tags/${version}"; hash = "sha256-JY0kXomgiGtOrsXfRf0756dTPVgud91teh+jW+kFNdk="; }; nativeBuildInputs = [ Loading Loading @@ -50,6 +50,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library to build command line user prompts"; homepage = "https://github.com/tmbo/questionary"; changelog = "https://github.com/tmbo/questionary/blob/${src.rev}/docs/pages/changelog.rst"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/questionary/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -10,16 +10,16 @@ buildPythonPackage rec { pname = "questionary"; version = "unstable-2022-07-27"; version = "2.0.1"; format = "pyproject"; disabled = pythonOlder "3.6"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "tmbo"; repo = pname; rev = "848b040c5b7086ffe75bd92c656e15e94d905146"; hash = "sha256-W0d1Uoy5JdN3BFfeyk1GG0HBzmgKoBApaGad0UykZaY="; rev = "refs/tags/${version}"; hash = "sha256-JY0kXomgiGtOrsXfRf0756dTPVgud91teh+jW+kFNdk="; }; nativeBuildInputs = [ Loading Loading @@ -50,6 +50,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library to build command line user prompts"; homepage = "https://github.com/tmbo/questionary"; changelog = "https://github.com/tmbo/questionary/blob/${src.rev}/docs/pages/changelog.rst"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading