nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python27Packages.cli-helpers: 2.0.1 -> 2.1.0

authored by

R. RyanTM and committed by
Jon
bfac8637 20032b1e

+2 -2
+2 -2
pkgs/development/python-modules/cli-helpers/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "cli_helpers"; 13 - version = "2.0.1"; 13 + version = "2.1.0"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "18f7d8c5a22d85fc685d56a9f301d8b9f7f0d7d4e9033a27563b066c2ab41833"; 17 + sha256 = "dd6f164310f7d86fa3da1f82043a9c784e44a02ad49be932a80624261e56979b"; 18 18 }; 19 19 20 20 propagatedBuildInputs = [