python310Packages.jupyterlab: 3.4.3 -> 3.4.4 (#182435)

authored by R. RyanTM and committed by GitHub 75feaefc 1f6910b7

+2 -2
+2 -2
pkgs/development/python-modules/jupyterlab/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "jupyterlab"; 13 - version = "3.4.3"; 13 + version = "3.4.4"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - sha256 = "sha256-4tzEDpQ2bd5d5LGejEPuEzzwQbhS0Bo2JafPKVMtpJ0="; 20 + sha256 = "sha256-WioP3SK9hiitRbYY41IDh8MqSBjjrxEtutH2STBN/CA="; 21 21 }; 22 22 23 23 nativeBuildInputs = [