Merge pull request #277799 from fabaff/casbin-bump

python311Packages.casbin: 1.33.0 -> 1.34.0
This commit is contained in:
Fabian Affolter 2023-12-31 02:08:02 +01:00 committed by GitHub
commit 42c4582dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "casbin";
version = "1.33.0";
version = "1.34.0";
pyproject = true;
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "casbin";
repo = "pycasbin";
rev = "refs/tags/v${version}";
hash = "sha256-/0yYU33zMtC6Pjm4yyQNavMDoI+5uC2zZci5IL/EY7Q=";
hash = "sha256-SlXM97rLRGZvqpzkYlrL+SClWYtw6xAKotaeQ7kVpjM=";
};
nativeBuildInputs = [