2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-22 13:43:22 +00:00

python3Packages.cli_helpers: 2.1.0 -> 2.2.0

This commit is contained in:
Martin Weinelt 2021-10-09 00:22:59 +02:00
parent 225e207317
commit e66bdf2ddc

View File

@ -10,11 +10,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "cli_helpers"; pname = "cli_helpers";
version = "2.1.0"; version = "2.2.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "dd6f164310f7d86fa3da1f82043a9c784e44a02ad49be932a80624261e56979b"; sha256 = "733f65d8c921e0cffa8f7ae4c8735bd7ecdffec383c5246f647ddd0fddb33448";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [