python310Packages.ipyniivue: 1.0.2 -> 1.1.0

This commit is contained in:
R. Ryantm 2023-07-25 06:00:40 +00:00
parent cddf429ed8
commit b22316ae00

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "ipyniivue";
version = "1.0.2";
version = "1.1.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-vFbEV/ZMXvKZeQUR536OZQ/5uIkt4tOWcCGRPMdc34I";
hash = "sha256-kym7949VI6C+62p3IOQ2QIzWnuSBcrmySb83oqUwhjI=";
};
nativeBuildInputs = [ hatchling hatch-jupyter-builder ];