Skip to content

Commit

Permalink
ruff: 0.8.2 -> 0.8.3 (#364672)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 14, 2024
2 parents a0535fa + 2db1808 commit 5a424e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ru/ruff/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

python3Packages.buildPythonPackage rec {
pname = "ruff";
version = "0.8.2";
version = "0.8.3";
pyproject = true;

outputs = [
Expand All @@ -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
Expand All @@ -41,7 +41,7 @@ python3Packages.buildPythonPackage rec {

cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-aT1qF7RYytUTLVIM0QDgPesiJPCLwKoARWcIBgwN7C8=";
hash = "sha256-DN+Y7EAQ09aqJ3btdTP4rInzs3NN3b2wwreOvXULpOQ=";
};

nativeBuildInputs =
Expand Down

0 comments on commit 5a424e8

Please sign in to comment.