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

python310Packages.ipyniivue: 1.0.2 -> 1.1.0

authored by

Fabian Affolter and committed by
GitHub
795819f9 ddf72bae

+2 -2
+2 -2
pkgs/development/python-modules/ipyniivue/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "ipyniivue"; 14 - version = "1.0.2"; 15 format = "pyproject"; 16 17 disabled = pythonOlder "3.7"; 18 19 src = fetchPypi { 20 inherit pname version; 21 - hash = "sha256-vFbEV/ZMXvKZeQUR536OZQ/5uIkt4tOWcCGRPMdc34I"; 22 }; 23 24 nativeBuildInputs = [ hatchling hatch-jupyter-builder ];
··· 11 12 buildPythonPackage rec { 13 pname = "ipyniivue"; 14 + version = "1.1.0"; 15 format = "pyproject"; 16 17 disabled = pythonOlder "3.7"; 18 19 src = fetchPypi { 20 inherit pname version; 21 + hash = "sha256-kym7949VI6C+62p3IOQ2QIzWnuSBcrmySb83oqUwhjI="; 22 }; 23 24 nativeBuildInputs = [ hatchling hatch-jupyter-builder ];