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

python311Packages.casbin: 1.36.0 -> 1.36.1

authored by Nick Cao and committed by GitHub 92d7c8b9 4dee749c

+2 -2
+2 -2
pkgs/development/python-modules/casbin/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "casbin"; 13 - version = "1.36.0"; 13 + version = "1.36.1"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.6"; ··· 19 19 owner = "casbin"; 20 20 repo = "pycasbin"; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-ebmCcu4OvDI7k4K6Jk5BgmXi5HtLMAV3PMkLd2LC0pY="; 22 + hash = "sha256-MeTOxDrk6pvJ1L9ZOKzWhXK8WXo0jWXGKEKR7y0ejbQ="; 23 23 }; 24 24 25 25 nativeBuildInputs = [