Unverified Commit c9b46dba authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.metakernel: refactor

parent 24389d54
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
buildPythonPackage rec {
  pname = "metakernel";
  version = "0.30.2";
  format = "pyproject";
  pyproject = true;

  disabled = pythonOlder "3.7";

@@ -21,11 +21,11 @@ buildPythonPackage rec {
    hash = "sha256-Siff2FO4SfASgkLFUgTuWXpajYZClPJghLry+8gU1aQ=";
  };

  nativeBuildInputs = [
  build-system = [
    hatchling
  ];

  propagatedBuildInputs = [
  dependencies = [
    ipykernel
    jedi
    jupyter-core