Skip to content

Commit

Permalink
Merge pull request #107697 from r-ryantm/auto-update/python3.7-casbin
Browse files Browse the repository at this point in the history
python37Packages.casbin: 0.14.0 -> 0.15.0
  • Loading branch information
SuperSandro2000 committed Dec 27, 2020
2 parents ab9c9cb + 85deaa5 commit 2afec82
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 @@ -8,15 +8,15 @@

buildPythonPackage rec {
pname = "casbin";
version = "0.14.0";
version = "0.15.0";

disabled = isPy27;

src = fetchFromGitHub {
owner = pname;
repo = "pycasbin";
rev = "v${version}";
sha256 = "0k5dhhlypilpa7h6ncqldvc14bv70c8mb2bbj7vyzfwahy57zb29";
sha256 = "0w34xs9qpf1x4rq2ri4fhx3yi8h4inzavv9hjsx8mlkzid7gdx1b";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 2afec82

Please sign in to comment.