python3Packages.napari: 0.4.12 -> 0.4.14

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:07 +01:00
parent 25a12606cb
commit 2f6d2ddd8f

View file

@ -28,12 +28,12 @@
, wrapQtAppsHook
}: mkDerivationWith buildPythonPackage rec {
pname = "napari";
version = "0.4.12";
version = "0.4.14";
src = fetchFromGitHub {
owner = "napari";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0QSI0mgDjF70/X58fE7uWwlBUCGY5gsvbCm4oJkp2Yk=";
sha256 = "sha256-uDDj5dzsT4tRVV0Y+CYegiCpLM77XFaXEXEZXTnX808=";
};
nativeBuildInputs = [ setuptools-scm wrapQtAppsHook ];
propagatedBuildInputs = [