Commit eb65c625 authored by R. RyanTM's avatar R. RyanTM
Browse files

nbqa: 1.8.3 -> 1.8.4

parent 54dce4f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@
}:
python3.pkgs.buildPythonApplication rec {
  pname = "nbqa";
  version = "1.8.3";
  version = "1.8.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "nbQA-dev";
    repo = "nbQA";
    rev = "refs/tags/${version}";
    hash = "sha256-RucDwXXEOTInhV/hk6gYXUmxUu660/pSTrBtHLrLkQ8=";
    hash = "sha256-clxIe97pWeA9IGt+650tJfxTmU+qbrL/9B2VRVIML+s=";
  };

  nativeBuildInputs = with python3.pkgs; [