coercer: 1.6 -> 2.4.3

Fixes the build and relaxes the impacket constraint.
This commit is contained in:
Martin Weinelt 2023-12-17 02:35:36 +01:00
parent 827ff3c828
commit 52472b72c2
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -5,22 +5,28 @@
python3.pkgs.buildPythonApplication rec {
pname = "coercer";
version = "1.6";
version = "2.4.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "p0dalirius";
repo = "Coercer";
rev = "refs/tags/${version}";
hash = "sha256-xftYnwu6uUTvJTZU9E7wvdgBxqa8xy83K5GOlgNSCvc=";
hash = "sha256-WeaKToKYIB+jjTNIQvAUQQNb25TsNWALYZwIZuBjkPE=";
};
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"impacket"
];
propagatedBuildInputs = with python3.pkgs; [
impacket
xlsxwriter
];
pythonImportsCheck = [