Skip to content

Commit e1cd3df

Browse files
authored
python3Packages.napari: 0.5.6 -> 0.6.0 (#403912)
2 parents c795c87 + 99ef30f commit e1cd3df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/napari/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545

4646
mkDerivationWith buildPythonPackage rec {
4747
pname = "napari";
48-
version = "0.5.6";
48+
version = "0.6.0";
4949
pyproject = true;
5050

5151
src = fetchFromGitHub {
5252
owner = "napari";
5353
repo = "napari";
5454
tag = "v${version}";
55-
hash = "sha256-nMGqsgE3IXyC8lcM9+3U7ytEgDeYsFEbkgByHI4xI0E=";
55+
hash = "sha256-OGEnB+GVqBwtYQegPuR7MOYFxmc4aNHCQt2+OKHLZ5M=";
5656
};
5757

5858
postPatch = ''
@@ -106,7 +106,7 @@ mkDerivationWith buildPythonPackage rec {
106106
meta = {
107107
description = "Fast, interactive, multi-dimensional image viewer";
108108
homepage = "https://github.com/napari/napari";
109-
changelog = "https://github.com/napari/napari/releases/tag/v${version}";
109+
changelog = "https://github.com/napari/napari/releases/tag/${src.tag}";
110110
license = lib.licenses.bsd3;
111111
maintainers = with lib.maintainers; [ SomeoneSerge ];
112112
};

0 commit comments

Comments
 (0)