File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/napari Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545
4646mkDerivationWith 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 } ;
You can’t perform that action at this time.
0 commit comments