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

This commit is contained in:
Fabian Affolter
2024-10-26 08:45:20 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1548,7 +1548,7 @@ dependencies = [
[[package]]
name = "ruff-api"
version = "0.0.8"
version = "0.1.0"
dependencies = [
"glob",
"pyo3",
@@ -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 {