lol

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

python311Packages.casbin: 1.35.0 -> 1.36.0

authored by

Nick Cao and committed by
GitHub
2347a1d1 d1b2065f

+2 -2
+2 -2
pkgs/development/python-modules/casbin/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "casbin"; 13 - version = "1.35.0"; 13 + version = "1.36.0"; 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-XVFuRmeQwm+3kyO71F8nxB+VdaPS+5oTAk5XqcjvkCM="; 22 + hash = "sha256-ebmCcu4OvDI7k4K6Jk5BgmXi5HtLMAV3PMkLd2LC0pY="; 23 23 }; 24 24 25 25 nativeBuildInputs = [