Commit 451cb0f6 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 1ae8e9c8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
  pydantic-extra-types,
  pyyaml,
  rich,
  tomli,
  tomli-w,
  typer,

@@ -33,14 +34,14 @@

buildPythonPackage (finalAttrs: {
  pname = "napari-npe2";
  version = "0.8.0";
  version = "0.8.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "napari";
    repo = "npe2";
    tag = "v${finalAttrs.version}";
    hash = "sha256-aZOs9wTYcblt9EZftYHKFWI/GvpZcC2KqVTAis15+Iw=";
    hash = "sha256-cR7hf5v+RgcENY3rSHnOB4E/TONVYvHKS5i3Kv1Sbuc=";
  };

  build-system = [
@@ -56,6 +57,7 @@ buildPythonPackage (finalAttrs: {
    pydantic-extra-types
    pyyaml
    rich
    tomli
    tomli-w
    typer
  ];