python3Packages.napari-npe2: 0.3.0 -> 0.5.1

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:19 +02:00
parent 7c55dc3ede
commit df68d8e1b6

View file

@ -13,7 +13,7 @@
let
pname = "napari-npe2";
version = "0.3.0";
version = "0.5.1";
in
buildPythonPackage {
inherit pname version;
@ -23,8 +23,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "napari";
repo = "npe2";
rev = "v${version}";
hash = "sha256-IyDUeztWQ8JWXDo//76iHzAlWWaZP6/0lwCh0eZAZsM=";
rev = "refs/tags/v${version}";
hash = "sha256-+tTJrtJFUGwOhFzWgA5cFVp458DGuPVkErN/5O2LHk4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;