Unverified Commit 0d41f75c authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

setools: 4.5.1 -> 4.6.0 (#441339)

parents 6bb4dbeb 3d7e2c87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; [