Merge pull request #299375 from r-ryantm/auto-update/python312Packages.metakernel

python312Packages.metakernel: 0.30.1 -> 0.30.2
This commit is contained in:
Nick Cao 2024-03-27 10:51:18 -04:00 committed by GitHub
commit 9efae7a513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

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