python3Packages.metakernel: 0.30.3 -> 0.30.4

This commit is contained in:
R. Ryantm
2025-11-10 19:19:40 +00:00
parent ffd468f28a
commit 21a0c5f256

View File

@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "metakernel";
version = "0.30.3";
version = "0.30.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-nryNTYciAq16xkpW4HIm2NPFzkW1tCDQQB9UfHUKR10=";
hash = "sha256-SIWPiGMNsEcPIkcT0HY4/9QRt1wxPwYxZGLUOjywgug=";
};
build-system = [ hatchling ];