Fabian Affolter
2024-10-25 22:57:14 +02:00
parent 2b49bf7160
commit b0a856c0fc
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 {