forked from mirrors/nixpkgs
python310Packages.casbin: 1.17.4 -> 1.17.5
Diff: https://github.com/casbin/pycasbin/compare/refs/tags/v1.17.4...v1.17.5 Changelog: https://github.com/casbin/pycasbin/blob/v1.17.5/CHANGELOG.md
This commit is contained in:
parent
4f87a14804
commit
05bbf2aa96
|
@ -9,7 +9,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "casbin";
|
||||
version = "1.17.4";
|
||||
version = "1.17.5";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
owner = pname;
|
||||
repo = "pycasbin";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-idcqNWocy4dDh7zv3gz81wHp+9WX5PptXGHI9uqM69M=";
|
||||
hash = "sha256-PLtIxA3XD9Mi33zRfciocJUml1HqGsWGITlLUKAJUss=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue