python310Packages.inquirerpy: 0.3.3 -> 0.3.4

Diff: https://github.com/kazhala/InquirerPy/compare/refs/tags/0.3.3...0.3.4

Changelog: https://github.com/kazhala/InquirerPy/blob/refs/tags/0.3.4/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/inquirerpy/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "inquirerpy"; 18 - version = "0.3.3"; 18 + version = "0.3.4"; 19 19 format = "pyproject"; 20 20 21 21 ··· 23 23 owner = "kazhala"; 24 24 repo = "InquirerPy"; 25 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-Ktqzxuj4aBHrgjiOyoDLuqbN0FJqwUpoyq3LuqXxt2Y="; 26 + hash = "sha256-Ap0xZHEU458tjm6oEN5EtDoSRlnpZ7jvDq1L7fTlQQc="; 27 27 }; 28 28 29 29 nativeBuildInputs = [