python310Packages.casbin: 1.17.2 -> 1.17.3

This commit is contained in:
Fabian Affolter 2022-11-01 09:43:22 +01:00
parent ced197be72
commit 6110cca56f

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "casbin";
version = "1.17.2";
version = "1.17.3";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = pname;
repo = "pycasbin";
rev = "refs/tags/v${version}";
hash = "sha256-wJYGo87K9Ae2HoN/ZR3S0EiX2v68vs+Vb75nA+Csass=";
hash = "sha256-b/bA1ClBdj25aPoniszqRtNih+qzJuLMiGkNoV1cv7c=";
};
propagatedBuildInputs = [