diff options
| author | Fabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com> | 2024-03-14 16:29:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-14 16:29:08 -0600 |
| commit | 566a87ed6932c4f9466e5f50e7adc49c7cc183b8 (patch) | |
| tree | 6178884d5f5f6138da6c746e4618f9f4509af279 | |
| parent | Merge pull request #295420 from r-ryantm/auto-update/python311Packages.jupyte... (diff) | |
| parent | nbqa: 1.8.3 -> 1.8.4 (diff) | |
| download | nixpkgs-566a87ed6932c4f9466e5f50e7adc49c7cc183b8.tar.gz | |
Merge pull request #295575 from r-ryantm/auto-update/nbqa
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; [ |
