python3Packages.pycasbin: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-06-28 19:31:02 -07:00
parent fe92563706
commit cc89337b56
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pyprojectVersionPatchHook,
pytestCheckHook,
setuptools,
simpleeval,
@@ -22,6 +23,10 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [
simpleeval
wcmatch