Unverified Commit 069f6bc1 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.napari-npe2: 0.7.7 -> 0.7.8 (#385476)

parents 7df7521b 7b7084f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "napari-npe2";
  version = "0.7.7";
  version = "0.7.8";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "napari";
    repo = "npe2";
    tag = "v${version}";
    hash = "sha256-HjMf5J1n5NKqtunRQ7cqZiTZMTNmcq5j++O03Sxwvqw=";
    hash = "sha256-J15CmJ1L173M54fCo4oTV9XP7946c0aHzLqKjTvzG0g=";
  };

  build-system = [