Merge pull request #168749 from r-ryantm/auto-update/napari

napari: 0.4.14 -> 0.4.15
This commit is contained in:
Ryan Mulligan 2022-04-15 16:06:08 -07:00 committed by GitHub
commit 33a8b16f18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
, wrapQtAppsHook
}: mkDerivationWith buildPythonPackage rec {
pname = "napari";
version = "0.4.14";
version = "0.4.15";
format = "pyproject";
@ -36,7 +36,7 @@
owner = "napari";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uDDj5dzsT4tRVV0Y+CYegiCpLM77XFaXEXEZXTnX808=";
sha256 = "sha256-52TDMU6box7TA26P0F9ZgPr8fyzYM646lPUfOektOuE=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;