Merge pull request #313438 from r-ryantm/auto-update/python311Packages.casbin

python311Packages.casbin: 1.36.0 -> 1.36.1
This commit is contained in:
Nick Cao
2024-05-21 19:06:13 -04:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "casbin";
version = "1.36.0";
version = "1.36.1";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "casbin";
repo = "pycasbin";
rev = "refs/tags/v${version}";
hash = "sha256-ebmCcu4OvDI7k4K6Jk5BgmXi5HtLMAV3PMkLd2LC0pY=";
hash = "sha256-MeTOxDrk6pvJ1L9ZOKzWhXK8WXo0jWXGKEKR7y0ejbQ=";
};
nativeBuildInputs = [