Unverified Commit f0a434e9 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

napari: 0.6.3 -> 0.6.4 (#441385)

parents fcf5cf7e 6114a478
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,14 +45,14 @@

mkDerivationWith buildPythonPackage rec {
  pname = "napari";
  version = "0.6.3";
  version = "0.6.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "napari";
    repo = "napari";
    tag = "v${version}";
    hash = "sha256-OPbjq9jXA5onLBCVvCx4g935y7GNvf4GA5s5sfNjIKY=";
    hash = "sha256-SmFDIj170CWRuQ/rQX+Nc3cME4GCItNGkxIPPWIn7AA=";
  };

  postPatch = ''