python3Packages.sigstore: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-05-21 09:15:22 +00:00
parent 83fcada7c0
commit 669a64507a
@@ -39,6 +39,7 @@ buildPythonPackage (finalAttrs: {
pname = "sigstore";
version = "4.1.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "sigstore";