Skip to content

Commit

Permalink
Merge pull request #299165 from GaetanLepage/nbqa
Browse files Browse the repository at this point in the history
nbqa: 1.8.4 -> 1.8.5
  • Loading branch information
a-n-n-a-l-e-e authored Mar 26, 2024
2 parents e46dc89 + 70dbdf6 commit 59dece6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/nbqa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit 59dece6

Please sign in to comment.