Commit 1ab8a0f3 authored by R. RyanTM's avatar R. RyanTM
Browse files

mycli: 1.42.0 -> 1.43.1

parent c0fc386a
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 = [