We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 743b04a + 7322a88 commit 092c727Copy full SHA for 092c727
1 file changed
pkgs/development/python-modules/pydantic-zarr/default.nix
@@ -21,14 +21,15 @@
21
22
buildPythonPackage (finalAttrs: {
23
pname = "pydantic-zarr";
24
- version = "0.9.2";
+ version = "0.10.0";
25
pyproject = true;
26
+ __structuredAttrs = true;
27
28
src = fetchFromGitHub {
29
owner = "zarr-developers";
30
repo = "pydantic-zarr";
31
tag = "v${finalAttrs.version}";
- hash = "sha256-zwC1qds2/KbwdBvoB2Eep0nL+6WLZBNEtxgKmvrRYE4=";
32
+ hash = "sha256-SzvYiZWnknGdJexYnGEWQaVQpHo1520RaNjuzCA4xtQ=";
33
};
34
35
build-system = [
0 commit comments