Merge pull request #299165 from GaetanLepage/nbqa

nbqa: 1.8.4 -> 1.8.5
This commit is contained in:
a-n-n-a-l-e-e 2024-03-26 08:57:07 -07:00 committed by GitHub
commit 59dece6022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "nbqa";
version = "1.8.4";
version = "1.8.5";
pyproject = true;
src = fetchFromGitHub {
owner = "nbQA-dev";
repo = "nbQA";
rev = "refs/tags/${version}";
hash = "sha256-clxIe97pWeA9IGt+650tJfxTmU+qbrL/9B2VRVIML+s=";
hash = "sha256-vRJxpWs2i4A8gi8F4YrTlmgBSnA73KeMCrmjLNF1zpA=";
};
nativeBuildInputs = with python3.pkgs; [