python3Packages.klayout: 0.30.2 -> 0.30.3 (#433907)

This commit is contained in:
Yohann Boniface 2025-08-15 17:19:18 +02:00 committed by GitHub
commit 45c238f147
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "klayout";
version = "0.30.2";
version = "0.30.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-HRuRnwKyTVecjAY0BzUuOahrdMMUlXLUiAoProNjS6U=";
hash = "sha256-zyj5s2pHjgrk7/l2cqvcvqCvhdxh7dNG7tlLNGFlOX8=";
};
build-system = [