Merge pull request #245323 from r-ryantm/auto-update/python310Packages.ipyniivue

python310Packages.ipyniivue: 1.0.2 -> 1.1.0
This commit is contained in:
Fabian Affolter 2023-07-25 10:16:10 +02:00 committed by GitHub
commit 795819f915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];