napari: 0.6.3 -> 0.6.4 (#441385)

authored by Wolfgang Walther and committed by GitHub f0a434e9 fcf5cf7e

+2 -2
+2 -2
pkgs/development/python-modules/napari/default.nix
··· 45 46 mkDerivationWith buildPythonPackage rec { 47 pname = "napari"; 48 - version = "0.6.3"; 49 pyproject = true; 50 51 src = fetchFromGitHub { 52 owner = "napari"; 53 repo = "napari"; 54 tag = "v${version}"; 55 - hash = "sha256-OPbjq9jXA5onLBCVvCx4g935y7GNvf4GA5s5sfNjIKY="; 56 }; 57 58 postPatch = ''
··· 45 46 mkDerivationWith buildPythonPackage rec { 47 pname = "napari"; 48 + version = "0.6.4"; 49 pyproject = true; 50 51 src = fetchFromGitHub { 52 owner = "napari"; 53 repo = "napari"; 54 tag = "v${version}"; 55 + hash = "sha256-SmFDIj170CWRuQ/rQX+Nc3cME4GCItNGkxIPPWIn7AA="; 56 }; 57 58 postPatch = ''