Unverified Commit 2027895a authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

python3Packages.cli-ui: 0.18.0 -> 0.19.0 (#436415)

parents 121b7eb0 c9ec96dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
}:
buildPythonPackage rec {
  pname = "cli-ui";
  version = "0.18.0";
  version = "0.19.0";
  pyproject = true;

  disabled = pythonOlder "3.8.1";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "your-tools";
    repo = "python-cli-ui";
    tag = "v${version}";
    hash = "sha256-kEML+V15bjSMoSf2NFc48A0ADsZ3nagllBpEXesMccc=";
    hash = "sha256-BLc55LkVQwZ18V/fD/lBYw6jgchE8n0ijDTSr8/Jkdk=";
  };

  pythonRelaxDeps = [ "tabulate" ];