Unverified Commit db1b8152 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

mycli: 1.42.0 -> 1.43.1 (#477804)

parents bebc8a3e 1ab8a0f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "mycli";
  version = "1.42.0";
  version = "1.43.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dbcli";
    repo = "mycli";
    tag = "v${version}";
    hash = "sha256-V8HqrhC+bVEgXlRPAZEo5KI8Bpz8qWbqd0qyLzSbSEQ=";
    hash = "sha256-KybGpi9ZNkAiniZTnyzzjlUf+xISRk+k4kcIxU/iVSM=";
  };

  pythonRelaxDeps = [