python310Packages.metakernel: 0.29.4 -> 0.29.5

This commit is contained in:
R. Ryantm 2023-07-15 08:59:01 +00:00
parent 27f58aceb0
commit 14cba54488

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "metakernel";
version = "0.29.4";
version = "0.29.5";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-kxrF/Msxjht7zGs0aEcL/Sf0qwcLiSoDPDUlE7Lrcmg=";
hash = "sha256-tGp8CHQ1Ekn/2KiGZGd/8V6NdWMseDSETZ/Z3T3P91U=";
};
nativeBuildInputs = [