Merge pull request #106527 from r-ryantm/auto-update/python3.7-casbin

python37Packages.casbin: 0.10.0 -> 0.12.0
This commit is contained in:
Mario Rodas 2020-12-10 06:06:48 -05:00 committed by GitHub
commit 8e532ed2a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "casbin"; pname = "casbin";
version = "0.10.0"; version = "0.12.0";
disabled = isPy27; disabled = isPy27;
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = pname; owner = pname;
repo = "pycasbin"; repo = "pycasbin";
rev = "v${version}"; rev = "v${version}";
sha256 = "13r8alja25yd5gk5124y1v6frwphmz6wl5z5gz1fafb5nv2zgqw9"; sha256 = "0rik4167b5d8x035vmbw52qm6ghyb38z4ri7wfb43dnab6df0r9b";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [