Merge pull request #299375 from r-ryantm/auto-update/python312Packages.metakernel
python312Packages.metakernel: 0.30.1 -> 0.30.2
This commit is contained in:
commit
9efae7a513
1 changed files with 5 additions and 5 deletions
|
@ -11,21 +11,21 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "metakernel";
|
||||
version = "0.30.1";
|
||||
format = "pyproject";
|
||||
version = "0.30.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-TKBvuGh8DnPDLaOpwOvLZHdj1kBOTE/JLda1nQ6J//U=";
|
||||
hash = "sha256-Siff2FO4SfASgkLFUgTuWXpajYZClPJghLry+8gU1aQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
hatchling
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
ipykernel
|
||||
jedi
|
||||
jupyter-core
|
||||
|
|
Loading…
Reference in a new issue