mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 15:14:13 +00:00
python3Packages.napari-npe2: 0.3.0 -> 0.5.1
This commit is contained in:
parent
7c55dc3ede
commit
df68d8e1b6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user