python312Packages.execnb: 0.1.8 -> 0.1.11 (#363510)

This commit is contained in:
Nick Cao
2024-12-09 08:39:47 -05:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "execnb";
version = "0.1.8";
version = "0.1.11";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZPSuqIkSVnmAA1HYNMUOTw+5Al9hKxo0ZQPvnVshgxI=";
hash = "sha256-67N2iK21Q0MAwlhnxpRLfKDFsAPLf1/az4nrff5M+Og=";
};
build-system = [ setuptools ];