Unverified Commit 909e2163 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.cli-helpers: 2.7.0 -> 2.9.0 (#484376)

parents a08d38ed a2ed3320
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildPythonPackage rec {
  pname = "cli-helpers";
  version = "2.7.0";
  version = "2.9.0";
  format = "setuptools";

  src = fetchPypi {
    pname = "cli_helpers";
    inherit version;
    hash = "sha256-YtEXENvrwvxGAAPeEhVogyXYY2hZBW1oizhBm9QEi8A=";
    hash = "sha256-qYh0XsQx3a5wf3ON0NE4kLdKAKKqBCjqzX/B4Dsgahc=";
  };

  propagatedBuildInputs = [