Merge pull request #215063 from r-ryantm/auto-update/setools

setools: 4.4.0 -> 4.4.1
This commit is contained in:
Weijia Wang 2023-02-07 12:13:50 +01:00 committed by GitHub
commit 18f93c0316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@ with python3.pkgs;
buildPythonApplication rec { buildPythonApplication rec {
pname = "setools"; pname = "setools";
version = "4.4.0"; version = "4.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SELinuxProject"; owner = "SELinuxProject";
repo = pname; repo = pname;
rev = version; rev = "refs/tags/${version}";
sha256 = "1qvd5j6zwq4fmlahg45swjplhif2z89x7s6pnp07gvcp2fbqdsh5"; sha256 = "sha256-4T5FIdnKi35JSm+IoYA2gIBBRV0nN0YLEw9xvDqNcgo=";
}; };
nativeBuildInputs = [ cython ]; nativeBuildInputs = [ cython ];