python3Packages.onnxslim: 0.1.82 -> 0.1.92 (#450683)

This commit is contained in:
Martin Weinelt
2026-05-10 21:14:01 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "onnxslim";
version = "0.1.82";
version = "0.1.92";
pyproject = true;
src = fetchFromGitHub {
owner = "inisis";
repo = "OnnxSlim";
tag = "v${finalAttrs.version}";
hash = "sha256-hrrCodLaHVo/YRq0HczxogcZQSwZKxZthyLYxz/+XJ0=";
hash = "sha256-8X9SYxSDs6j6PaT364WVVPgEcxzyvEBnpE+1gVe0UIE=";
};
build-system = [