python310Packages.casbin: 1.24.0 -> 1.25.0

This commit is contained in:
R. Ryantm
2023-08-30 12:40:08 +00:00
parent d044fc8982
commit 065fcbf6ff
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "casbin";
version = "1.24.0";
version = "1.25.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = pname;
repo = "pycasbin";
rev = "refs/tags/v${version}";
hash = "sha256-IECJlK1DQl/ndLnreZ/xQ5F06eCgFWZe3fF5LLdqLzo=";
hash = "sha256-o8pjoVuZLifGOmijJIl2LpjLguYwPLRVB44iFsGe1BM=";
};
propagatedBuildInputs = [