about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-30 20:13:27 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 01:10:16 +0100
commitb9a99f8adf435cff7ac70db067fad8cb07ec867c (patch)
treebee3502655947486b9de57d5967c2b7819459c1d /pkgs/development
parent6e483a3261b17d95de5ce03625fc87468c1ab206 (diff)
python3Packages.napari: 0.4.16 -> 0.4.17
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/napari/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/napari/default.nix b/pkgs/development/python-modules/napari/default.nix
index 4e4fffa530635..592407007221e 100644
--- a/pkgs/development/python-modules/napari/default.nix
+++ b/pkgs/development/python-modules/napari/default.nix
@@ -35,7 +35,7 @@
 
 mkDerivationWith buildPythonPackage rec {
   pname = "napari";
-  version = "0.4.16";
+  version = "0.4.17";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -44,7 +44,7 @@ mkDerivationWith buildPythonPackage rec {
     owner = "napari";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-Fx3DoTIb2ev5wMP/gmprPIoxeF2f+Cbac6pnWB/zTTw=";
+    hash = "sha256-34FALCI7h0I295553Rv0KZxKIipuA2OMNsINGde7/oE=";
   };
 
   SETUPTOOLS_SCM_PRETEND_VERSION = version;