From ceffe4ef97e3bb3b32f2b47cb4ddeb7d1df45256 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 16 May 2023 16:19:33 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/inquirerpy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/inquirerpy/default.nix b/pkgs/development/python-modules/inquirerpy/default.nix index 0ee321232d93..c5460abaf7b9 100644 --- a/pkgs/development/python-modules/inquirerpy/default.nix +++ b/pkgs/development/python-modules/inquirerpy/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "inquirerpy"; - version = "0.3.3"; + version = "0.3.4"; format = "pyproject"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "kazhala"; repo = "InquirerPy"; rev = "refs/tags/${version}"; - hash = "sha256-Ktqzxuj4aBHrgjiOyoDLuqbN0FJqwUpoyq3LuqXxt2Y="; + hash = "sha256-Ap0xZHEU458tjm6oEN5EtDoSRlnpZ7jvDq1L7fTlQQc="; }; nativeBuildInputs = [