python313Packages.pycasbin: 1.45.0 -> 2.0.0 (#433488)

This commit is contained in:
Fabian Affolter
2025-08-14 00:22:30 +02:00
committed by GitHub
@@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "pycasbin";
version = "1.45.0";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "casbin";
repo = "pycasbin";
tag = "v${version}";
hash = "sha256-pErgGW9zSux2ki7WItHjkMncC2kiuxcRkcGmCtFUtCo=";
hash = "sha256-LbJhpDTNPELsjgTmuYyYrOKzgMe81np49KB2PY1wxZs=";
};
build-system = [ setuptools ];