Merge pull request #195781 from r-ryantm/auto-update/python3.10-cli_helpers

python310Packages.cli-helpers: 2.2.1 -> 2.3.0
This commit is contained in:
Mario Rodas 2022-10-14 19:54:32 -05:00 committed by GitHub
commit 924dc48e5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "cli_helpers";
version = "2.2.1";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-DMwc/Noaxk3H7YPXATBVzxnll50p5Wwh87aS3gFVWq4=";
sha256 = "sha256-5xdNADorWP0+Mac/u8RdWqUT3mLL1C1Df3i5ZYvV+Wc=";
};
propagatedBuildInputs = [