Merge pull request #295575 from r-ryantm/auto-update/nbqa

nbqa: 1.8.3 -> 1.8.4
This commit is contained in:
Fabián Heredia Montiel 2024-03-14 16:29:08 -06:00 committed by GitHub
commit 566a87ed69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; [