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