Skip to content

Commit

Permalink
python310Packages.casbin: 1.16.8 -> 1.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 11, 2022
1 parent 641ce01 commit 6725831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/casbin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "casbin";
version = "1.16.8";
version = "1.16.9";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = pname;
repo = "pycasbin";
rev = "refs/tags/v${version}";
sha256 = "sha256-l98QfrRg7ghZ+jT9J2BNILUcinOKwhpnIMS+W8NQFr4=";
sha256 = "sha256-1xxjFNkCb50ndmXuRjt7svPOvSyzZbw+J49Zpyy1FUc=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 6725831

Please sign in to comment.