vunnel: 0.23.2 -> 0.27.0 (#341335)

This commit is contained in:
Fabian Affolter 2024-09-12 22:06:50 +02:00 committed by GitHub
commit 7a33145986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,20 +7,21 @@
python3.pkgs.buildPythonApplication rec {
pname = "vunnel";
version = "0.23.2";
version = "0.27.0";
pyproject = true;
src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
rev = "refs/tags/v${version}";
hash = "sha256-wXBfrlb4i4G3Sm0SopvDVGcQ0/hRGtUdzUQYyUj8/Ps=";
hash = "sha256-HRwQ2IDTa3dlxTlToiwBvjxjQgD18rv/F5OIuG7FKG8=";
};
pythonRelaxDeps = [
"defusedxml"
"ijson"
"sqlalchemy"
"xsdata"
];
build-system = with python3.pkgs; [