python312Packages.casbin: 1.36.3 -> 1.37.0 (#359181)

authored by Nick Cao and committed by GitHub e0aa7064 d3fcf541

+2 -2
+2 -2
pkgs/development/python-modules/casbin/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "casbin"; 14 - version = "1.36.3"; 14 + version = "1.37.0"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.6"; ··· 20 20 owner = "casbin"; 21 21 repo = "pycasbin"; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-JTAd7Nkreyfczomki05WHuuJCFWspvG8i6DAWaQI6fs="; 23 + hash = "sha256-gFh8+fcunDG4kT+cJpmuVGsgWQzntbbm6AQmvS/iCo0="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];