setools: 4.2.2 -> 4.3.0

This commit is contained in:
R. RyanTM
2020-05-02 10:13:48 +02:00
committed by Frederik Rietdijk
parent 68a53ade9d
commit 9f2ecb211d
+2 -2
View File
@@ -8,13 +8,13 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "setools";
version = "4.2.2";
version = "4.3.0";
src = fetchFromGitHub {
owner = "SELinuxProject";
repo = pname;
rev = version;
sha256 = "18kklv26dwm2fdjjzfflvxsq83b2svnwf4g18xq7wsfsri121a90";
sha256 = "0vr20bi8w147z5lclqz1l0j1b34137zg2r04pkafkgqqk7qbyjk6";
};
nativeBuildInputs = [ cython ];