setools: 4.5.1 -> 4.6.0

This commit is contained in:
R. Ryantm
2025-09-08 23:40:59 +00:00
parent 90a49d004a
commit 3d7e2c871e
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "setools";
version = "4.5.1";
version = "4.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "SELinuxProject";
repo = "setools";
tag = version;
hash = "sha256-/6dOzSz2Do4d6TSS50fuak0CysoQ532zJ0bJ532BUCE=";
hash = "sha256-UZisEbHx3zO92gmRQSYsI8TmY9MjCP7AWNAESYklAkk=";
};
build-system = with python3Packages; [