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 11 12 12 buildPythonPackage rec { 13 13 pname = "ipyniivue"; 14 - version = "1.0.2"; 14 + version = "1.1.0"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-vFbEV/ZMXvKZeQUR536OZQ/5uIkt4tOWcCGRPMdc34I"; 21 + hash = "sha256-kym7949VI6C+62p3IOQ2QIzWnuSBcrmySb83oqUwhjI="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ hatchling hatch-jupyter-builder ];