setools: 4.2.2 -> 4.3.0

This commit is contained in:
R. RyanTM 2020-04-05 05:37:20 +00:00 committed by Frederik Rietdijk
parent 68a53ade9d
commit 9f2ecb211d

View File

@ -8,13 +8,13 @@ with python3.pkgs;
buildPythonApplication rec { buildPythonApplication rec {
pname = "setools"; pname = "setools";
version = "4.2.2"; version = "4.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SELinuxProject"; owner = "SELinuxProject";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "18kklv26dwm2fdjjzfflvxsq83b2svnwf4g18xq7wsfsri121a90"; sha256 = "0vr20bi8w147z5lclqz1l0j1b34137zg2r04pkafkgqqk7qbyjk6";
}; };
nativeBuildInputs = [ cython ]; nativeBuildInputs = [ cython ];