lol

Merge pull request #164189 from hqurve/octave-jupyter-update

authored by

Sandro and committed by
GitHub
c085bfc9 209244e9

+4 -6
+4 -6
pkgs/applications/editors/jupyter-kernels/octave/kernel.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "octave-kernel"; 7 - version = "0.32.0"; 7 + version = "0.34.2"; 8 8 9 9 src = fetchPypi { 10 10 pname = "octave_kernel"; 11 11 inherit version; 12 - sha256 = "0dfbxfcf3bz4jswnpkibnjwlkgy0y4j563nrhaqxv3nfa65bksif"; 12 + sha256 = "sha256-5ki2lekfK7frPsmPBIzYQOfANCUY9x+F2ZRAQSdPTxo="; 13 13 }; 14 14 15 15 propagatedBuildInputs = [ metakernel ipykernel ]; 16 16 17 - # Tests require jupyter_kernel_test to run, but it hasn't seen a 18 - # release since 2017 and seems slightly abandoned. 19 - # Doing fetchPypi on it doesn't work, even though it exists here: 20 - # https://pypi.org/project/jupyter_kernel_test/. 17 + # Tests fail because the kernel appears to be halting or failing to launch 18 + # There appears to be a similar problem with metakernel's tests 21 19 doCheck = false; 22 20 23 21 meta = with lib; {