Unverified Commit ef1f1d11 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.ruff-api: 0.0.8 -> 0.1.0 (#351276)

parents f27ac93f b0a856c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1548,7 +1548,7 @@ dependencies = [

[[package]]
name = "ruff-api"
version = "0.0.8"
version = "0.1.0"
dependencies = [
 "glob",
 "pyo3",
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "ruff-api";
  version = "0.0.8";
  version = "0.1.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "amyreese";
    repo = "ruff-api";
    rev = "refs/tags/v${version}";
    hash = "sha256-BW/qXq4HemqxhvjIKrrn07eqGJwAbYei7e+I+oHxujU=";
    hash = "sha256-1XULyxu3XujhAcFnvqI5zMiXOc0axx1LS4EevjhoGDc=";
  };

  cargoDeps = rustPlatform.importCargoLock {