python3Packages.execnb: 0.1.16 -> 0.1.18

This commit is contained in:
R. Ryantm
2026-01-10 04:00:14 +00:00
parent aaae520562
commit f02ff76da1
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "execnb";
version = "0.1.16";
version = "0.1.18";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZsnACca6Awv9DA9qce5NhWodjvxDBv6ajBU3DAZFAAw=";
hash = "sha256-VM2WsdFICc7trCjfupL5wW0UFTzRW5RPfWs6jYpCSDM=";
};
build-system = [ setuptools ];