diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-03-13 10:15:33 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2024-03-13 10:15:33 +0000 |
| commit | eb65c625bc17dca929aca5d1abca41a6c1e801b5 (patch) | |
| tree | c4cfa07a14c95cc6b2f6f6cc6b8808ffe8ce854e | |
| parent | Merge pull request #294889 from marsam/update-scsh (diff) | |
| download | nixpkgs-eb65c625bc17dca929aca5d1abca41a6c1e801b5.tar.gz | |
nbqa: 1.8.3 -> 1.8.4
| -rw-r--r-- | pkgs/tools/misc/nbqa/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/nbqa/default.nix b/pkgs/tools/misc/nbqa/default.nix index 10115affcca2..634c68894bf2 100644 --- a/pkgs/tools/misc/nbqa/default.nix +++ b/pkgs/tools/misc/nbqa/default.nix @@ -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; [ |
