Merge pull request #257546 from r-ryantm/auto-update/python310Packages.casbin

python310Packages.casbin: 1.28.0 -> 1.31.0

authored by Fabian Affolter and committed by GitHub f75f5fd6 611efd46

+2 -2
+2 -2
pkgs/development/python-modules/casbin/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "casbin"; 12 - version = "1.28.0"; 12 + version = "1.31.0"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.6"; ··· 18 18 owner = pname; 19 19 repo = "pycasbin"; 20 20 rev = "refs/tags/v${version}"; 21 - hash = "sha256-h/wg7O6zWnSQL5+VzAUA+G/4i7LcFpHvK2weyql998Y="; 21 + hash = "sha256-hWKO64cx8lcErGWMPY2pDtvuO6xF1Ve+bLWhHnYL/ng="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [