Commit 9c43bfc3 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.ome-zarr-models: 1.5 -> 1.6

parent 00f6d545
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage (finalAttrs: {
  pname = "ome-zarr-models";
  version = "1.5";
  version = "1.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ome-zarr-models";
    repo = "ome-zarr-models-py";
    tag = "v${finalAttrs.version}";
    hash = "sha256-lEzYP4AcEV6EtE+E8yqNHJPIPJ0RwWtzm77fcdxYGYk=";
    hash = "sha256-z2qBQhgijJB8O5smlJ4Y0FMS6UoMZcHVIJn5JuYq/IU=";
  };

  build-system = [