python312Packages.metakernel: refactor

This commit is contained in:
Fabian Affolter 2024-03-27 08:50:54 +01:00 committed by GitHub
parent 24389d540d
commit c9b46dbabc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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