python312Packages.metakernel: 0.30.1 -> 0.30.2

This commit is contained in:
R. Ryantm 2024-03-27 02:26:29 +00:00
parent e80d1b6300
commit 24389d540d
1 changed files with 2 additions and 2 deletions

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "metakernel";
version = "0.30.1";
version = "0.30.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TKBvuGh8DnPDLaOpwOvLZHdj1kBOTE/JLda1nQ6J//U=";
hash = "sha256-Siff2FO4SfASgkLFUgTuWXpajYZClPJghLry+8gU1aQ=";
};
nativeBuildInputs = [