Merge pull request #146549 from fabaff/bump-casbin

python3Packages.casbin: 1.9.6 -> 1.9.7

authored by Fabian Affolter and committed by GitHub ed8352d9 913ec13c

+5 -4
+5 -4
pkgs/development/python-modules/casbin/default.nix
··· 2 , buildPythonPackage 3 , fetchFromGitHub 4 , simpleeval 5 - , isPy27 6 , coveralls 7 , wcmatch 8 }: 9 10 buildPythonPackage rec { 11 pname = "casbin"; 12 - version = "1.9.6"; 13 14 - disabled = isPy27; 15 16 src = fetchFromGitHub { 17 owner = pname; 18 repo = "pycasbin"; 19 rev = "v${version}"; 20 - sha256 = "0r3pmkcgmsk3z6iy714fpg05mrs4ckb7ldyjsws6hwidcijha8rk"; 21 }; 22 23 propagatedBuildInputs = [
··· 2 , buildPythonPackage 3 , fetchFromGitHub 4 , simpleeval 5 + , pythonOlder 6 , coveralls 7 , wcmatch 8 }: 9 10 buildPythonPackage rec { 11 pname = "casbin"; 12 + version = "1.9.7"; 13 + format = "setuptools"; 14 15 + disabled = pythonOlder "3.6"; 16 17 src = fetchFromGitHub { 18 owner = pname; 19 repo = "pycasbin"; 20 rev = "v${version}"; 21 + sha256 = "sha256-wNygKs37PtMLij3f+pAh6PNLqQ45cvrpF43Aj+cO8p8="; 22 }; 23 24 propagatedBuildInputs = [