ruff: 0.8.2 -> 0.8.3 (#364672)

This commit is contained in:
Sandro
2024-12-14 22:24:56 +01:00
committed by GitHub
+3 -3
View File
@@ -16,7 +16,7 @@
python3Packages.buildPythonPackage rec {
pname = "ruff";
version = "0.8.2";
version = "0.8.3";
pyproject = true;
outputs = [
@@ -28,7 +28,7 @@ python3Packages.buildPythonPackage rec {
owner = "astral-sh";
repo = "ruff";
tag = version;
hash = "sha256-rAIedDjJ1OajxrHS9cgP9sdcTbT7JFbA16jeVsaoEEY=";
hash = "sha256-WCLt8t3T3S91Gim+OtvVXbdajsdoXiKBau3pNyBcexY=";
};
# Do not rely on path lookup at runtime to find the ruff binary
@@ -41,7 +41,7 @@ python3Packages.buildPythonPackage rec {
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-aT1qF7RYytUTLVIM0QDgPesiJPCLwKoARWcIBgwN7C8=";
hash = "sha256-DN+Y7EAQ09aqJ3btdTP4rInzs3NN3b2wwreOvXULpOQ=";
};
nativeBuildInputs =