From 237fbc091311a8b83ef3a751fec3ea480704ab08 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:16:42 +0100 Subject: [PATCH] python3Packages.napari: 0.5.4 -> 0.5.5 https://github.com/napari/napari/releases/tag/v0.5.5 --- pkgs/development/python-modules/napari/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/napari/default.nix b/pkgs/development/python-modules/napari/default.nix index d3ad919a501f..58518cab487f 100644 --- a/pkgs/development/python-modules/napari/default.nix +++ b/pkgs/development/python-modules/napari/default.nix @@ -40,7 +40,7 @@ mkDerivationWith buildPythonPackage rec { pname = "napari"; - version = "0.5.4"; + version = "0.5.5"; pyproject = true; disabled = pythonOlder "3.9"; @@ -49,7 +49,7 @@ mkDerivationWith buildPythonPackage rec { owner = "napari"; repo = "napari"; tag = "v${version}"; - hash = "sha256-wJifLRrHlDzPgBU7OOPqjdzYpr9M+Klc+yAc/IpyZN8="; + hash = "sha256-lNBmW1pzPzgAbMLb2XaIOIa/oNDvHAe+vAP1RKWoNxM="; }; postPatch = '' @@ -105,7 +105,7 @@ mkDerivationWith buildPythonPackage rec { meta = with lib; { description = "Fast, interactive, multi-dimensional image viewer"; homepage = "https://github.com/napari/napari"; - changelog = "https://github.com/napari/napari/releases/tag/v${version}"; + changelog = "https://github.com/napari/napari/releases/tag/${src.tag}"; license = licenses.bsd3; maintainers = with maintainers; [ SomeoneSerge ]; };