From 70dbdf67bfabd416926d39112c34e5df7964d488 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 26 Mar 2024 12:58:16 +0100 Subject: [PATCH] nbqa: 1.8.4 -> 1.8.5 Diff: https://github.com/nbQA-dev/nbQA/compare/refs/tags/1.8.4...1.8.5 Changelog: https://nbqa.readthedocs.io/en/latest/history.html --- pkgs/tools/misc/nbqa/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/nbqa/default.nix b/pkgs/tools/misc/nbqa/default.nix index 634c68894bf2..97c821947c03 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.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; [