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

python310Packages.casbin: 1.17.0 -> 1.17.1
This commit is contained in:
Mario Rodas
2022-09-09 09:03:30 -05:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "casbin";
version = "1.17.0";
version = "1.17.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = pname;
repo = "pycasbin";
rev = "refs/tags/v${version}";
hash = "sha256-fBMhrA4zL4XPjQ63AGc5jf585ZpHTBumPievDNfCw7o=";
hash = "sha256-uh5XPhLoCnJtVnEDG+/oQvneEL1KLMWfAx+RXH/GCyE=";
};
propagatedBuildInputs = [