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