python3Packages.napari: 0.5.6 -> 0.6.0 (#403912)

authored by OTABI Tomoya and committed by GitHub e1cd3dff c795c87b

+3 -3
+3 -3
pkgs/development/python-modules/napari/default.nix
··· 45 46 mkDerivationWith buildPythonPackage rec { 47 pname = "napari"; 48 - version = "0.5.6"; 49 pyproject = true; 50 51 src = fetchFromGitHub { 52 owner = "napari"; 53 repo = "napari"; 54 tag = "v${version}"; 55 - hash = "sha256-nMGqsgE3IXyC8lcM9+3U7ytEgDeYsFEbkgByHI4xI0E="; 56 }; 57 58 postPatch = '' ··· 106 meta = { 107 description = "Fast, interactive, multi-dimensional image viewer"; 108 homepage = "https://github.com/napari/napari"; 109 - changelog = "https://github.com/napari/napari/releases/tag/v${version}"; 110 license = lib.licenses.bsd3; 111 maintainers = with lib.maintainers; [ SomeoneSerge ]; 112 };
··· 45 46 mkDerivationWith buildPythonPackage rec { 47 pname = "napari"; 48 + version = "0.6.0"; 49 pyproject = true; 50 51 src = fetchFromGitHub { 52 owner = "napari"; 53 repo = "napari"; 54 tag = "v${version}"; 55 + hash = "sha256-OGEnB+GVqBwtYQegPuR7MOYFxmc4aNHCQt2+OKHLZ5M="; 56 }; 57 58 postPatch = '' ··· 106 meta = { 107 description = "Fast, interactive, multi-dimensional image viewer"; 108 homepage = "https://github.com/napari/napari"; 109 + changelog = "https://github.com/napari/napari/releases/tag/${src.tag}"; 110 license = lib.licenses.bsd3; 111 maintainers = with lib.maintainers; [ SomeoneSerge ]; 112 };