Merge pull request #257546 from r-ryantm/auto-update/python310Packages.casbin

python310Packages.casbin: 1.28.0 -> 1.31.0
This commit is contained in:
Fabian Affolter 2023-09-27 11:17:21 +02:00 committed by GitHub
commit f75f5fd669
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.28.0";
version = "1.31.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = pname;
repo = "pycasbin";
rev = "refs/tags/v${version}";
hash = "sha256-h/wg7O6zWnSQL5+VzAUA+G/4i7LcFpHvK2weyql998Y=";
hash = "sha256-hWKO64cx8lcErGWMPY2pDtvuO6xF1Ve+bLWhHnYL/ng=";
};
propagatedBuildInputs = [