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

python310Packages.casbin: 1.17.5 -> 1.17.6
This commit is contained in:
Nick Cao
2023-02-12 14:14:09 +08:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "casbin";
version = "1.17.5";
version = "1.17.6";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = pname;
repo = "pycasbin";
rev = "refs/tags/v${version}";
hash = "sha256-PLtIxA3XD9Mi33zRfciocJUml1HqGsWGITlLUKAJUss=";
hash = "sha256-917JTjNKvO/Gp9qvvd0Dd5Zjl+AQzUw8PfbH2MQ14Dg=";
};
propagatedBuildInputs = [