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

python37Packages.casbin: 0.16.1 -> 0.16.2
This commit is contained in:
Mario Rodas 2021-02-06 02:57:53 -05:00 committed by GitHub
commit 4499343f03
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.16.1";
version = "0.16.2";
disabled = isPy27;
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = pname;
repo = "pycasbin";
rev = "v${version}";
sha256 = "1bjrg0ig40rjk5x65x7ac9xsl332r0ypqgrqjdivb5dvplifnw36";
sha256 = "0jan4xikyi1p92rsir8camc6ify81wnd9l57v1pgmjf5fgb5r2w8";
};
propagatedBuildInputs = [