From 618419482ec523a5871c1b2910f46c776d0d4bec Mon Sep 17 00:00:00 2001 From: Funkeleinhorn Date: Sun, 3 Mar 2024 21:20:49 +0100 Subject: [PATCH] nbqa: 1.7.1 -> 1.8.3 release: https://github.com/nbQA-dev/nbQA/releases/tag/1.8.3 changelog: https://github.com/nbQA-dev/nbQA/blob/35ae632ec31ba1e5d6a3f4ddcedc6a40b525bee8/docs/history.rst --- pkgs/tools/misc/nbqa/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/nbqa/default.nix b/pkgs/tools/misc/nbqa/default.nix index 0c55c78f7b49..10115affcca2 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.7.1"; + version = "1.8.3"; pyproject = true; src = fetchFromGitHub { owner = "nbQA-dev"; repo = "nbQA"; rev = "refs/tags/${version}"; - hash = "sha256-a/FuhJyf8BmZekUibzEiGgkHL51A+75R4a6S+h5i28s="; + hash = "sha256-RucDwXXEOTInhV/hk6gYXUmxUu660/pSTrBtHLrLkQ8="; }; nativeBuildInputs = with python3.pkgs; [ @@ -81,6 +81,7 @@ python3.pkgs.buildPythonApplication rec { "test_running_in_different_dir_works" "test_unable_to_reconstruct_message_pythonpath" "test_with_subcommand" + "test_pylint_works" ]; disabledTestPaths = [