ruff: 0.9.2 -> 0.9.3 (#376216)

This commit is contained in:
Gaétan Lepage
2025-01-24 00:23:05 +01:00
committed by GitHub
+4 -4
View File
@@ -17,17 +17,17 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
tag = version;
hash = "sha256-DKDSjiN7Ve/1mHWXoYOIdJ67MRoJYDR59VuVmfwYJHs=";
hash = "sha256-V05GUo5nA6RhVWD7mn94GF3/93In3cnljd2G3hPeBZ0=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-eIiR7pvSOZdB1lTPLtdriO9lkufFY/gX5d2ku53g2vE=";
cargoHash = "sha256-FpybUZZ5qjo87fYbUAnK+w4cUPx4UWGzexL92cEnIFU=";
nativeBuildInputs = [ installShellFiles ];
@@ -80,7 +80,7 @@ rustPlatform.buildRustPackage rec {
};
meta = {
description = "Extremely fast Python linter";
description = "Extremely fast Python linter and code formatter";
homepage = "https://github.com/astral-sh/ruff";
changelog = "https://github.com/astral-sh/ruff/releases/tag/${version}";
license = lib.licenses.mit;