Merge pull request #251801 from fabaff/casbin-bump

python311Packages.casbin: 1.23.1 -> 1.24.0
This commit is contained in:
Mario Rodas 2023-08-27 12:49:36 -05:00 committed by GitHub
commit a999c1cc0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "casbin";
version = "1.23.1";
version = "1.24.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = pname;
repo = "pycasbin";
rev = "refs/tags/v${version}";
hash = "sha256-jL02G4Z2Lhy/02Lb7aSUDEKg2h34UXJbwMFaDSPgc+U=";
hash = "sha256-IECJlK1DQl/ndLnreZ/xQ5F06eCgFWZe3fF5LLdqLzo=";
};
propagatedBuildInputs = [