Skip to content

Commit 092c727

Browse files
authored
python3Packages.pydantic-zarr: 0.9.2 -> 0.10.0 (#512994)
2 parents 743b04a + 7322a88 commit 092c727

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • pkgs/development/python-modules/pydantic-zarr

pkgs/development/python-modules/pydantic-zarr/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@
2121

2222
buildPythonPackage (finalAttrs: {
2323
pname = "pydantic-zarr";
24-
version = "0.9.2";
24+
version = "0.10.0";
2525
pyproject = true;
26+
__structuredAttrs = true;
2627

2728
src = fetchFromGitHub {
2829
owner = "zarr-developers";
2930
repo = "pydantic-zarr";
3031
tag = "v${finalAttrs.version}";
31-
hash = "sha256-zwC1qds2/KbwdBvoB2Eep0nL+6WLZBNEtxgKmvrRYE4=";
32+
hash = "sha256-SzvYiZWnknGdJexYnGEWQaVQpHo1520RaNjuzCA4xtQ=";
3233
};
3334

3435
build-system = [

0 commit comments

Comments
 (0)