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

python310Packages.casbin: 1.16.6 -> 1.16.8
This commit is contained in:
Mario Rodas 2022-06-26 10:29:29 -05:00 committed by GitHub
commit 726dff92cd
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.16.6";
version = "1.16.8";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = pname;
repo = "pycasbin";
rev = "refs/tags/v${version}";
sha256 = "sha256-i7XwB1qV2WQD1dWxi4ncXsAwGUR5tWQhp+Z/jVvv1oo=";
sha256 = "sha256-l98QfrRg7ghZ+jT9J2BNILUcinOKwhpnIMS+W8NQFr4=";
};
propagatedBuildInputs = [