python3Packages.distrax: enable __structuredAttrs

Diff: https://github.com/google-deepmind/distrax/compare/v0.1.7...v0.1.8

Changelog:
https://github.com/google-deepmind/distrax/releases/tag/v0.1.8
This commit is contained in:
Gaetan Lepage
2026-04-20 17:41:25 +00:00
parent 0d698af98c
commit d1c8f9b673
@@ -24,6 +24,7 @@ buildPythonPackage (finalAttrs: {
pname = "distrax";
version = "0.1.8";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "google-deepmind";