Skip to content

Commit

Permalink
python37Packages.casbin: 0.13.0 -> 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Dec 24, 2020
1 parent cb66517 commit f971e07
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.13.0";
version = "0.14.0";

disabled = isPy27;

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

propagatedBuildInputs = [
Expand Down

0 comments on commit f971e07

Please sign in to comment.