setools: 4.4.1 -> 4.4.4

This commit is contained in:
R. Ryantm
2024-01-28 07:17:57 +01:00
committed by Weijia Wang
parent 8da872fefa
commit ab63839a5d
+2 -2
View File
@@ -8,13 +8,13 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "setools";
version = "4.4.1";
version = "4.4.4";
src = fetchFromGitHub {
owner = "SELinuxProject";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-4T5FIdnKi35JSm+IoYA2gIBBRV0nN0YLEw9xvDqNcgo=";
hash = "sha256-QCJfFdY4THBurx7G8q/WAzb7b9CwtNNGi5fn9D++BMU=";
};
nativeBuildInputs = [ cython ];