python310Packages.casbin: 1.28.0 -> 1.31.0

This commit is contained in:
R. Ryantm
2023-09-27 02:15:34 +00:00
parent 647a8a5b57
commit 575b4a2c3f
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "casbin";
version = "1.28.0";
version = "1.31.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = pname;
repo = "pycasbin";
rev = "refs/tags/v${version}";
hash = "sha256-h/wg7O6zWnSQL5+VzAUA+G/4i7LcFpHvK2weyql998Y=";
hash = "sha256-hWKO64cx8lcErGWMPY2pDtvuO6xF1Ve+bLWhHnYL/ng=";
};
propagatedBuildInputs = [