setools: 4.5.1 -> 4.6.0 (#441339)

This commit is contained in:
Wolfgang Walther
2025-09-13 19:59:00 +00:00
committed by GitHub
+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; [