python312Packages.casbin: 1.36.3 -> 1.37.0 (#359181)

This commit is contained in:
Nick Cao 2024-11-26 08:16:56 -05:00 committed by GitHub
commit e0aa70649e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "casbin";
version = "1.36.3";
version = "1.37.0";
pyproject = true;
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "casbin";
repo = "pycasbin";
rev = "refs/tags/v${version}";
hash = "sha256-JTAd7Nkreyfczomki05WHuuJCFWspvG8i6DAWaQI6fs=";
hash = "sha256-gFh8+fcunDG4kT+cJpmuVGsgWQzntbbm6AQmvS/iCo0=";
};
build-system = [ setuptools ];