python312Packages.execnb: 0.1.6 -> 0.1.8

This commit is contained in:
R. Ryantm 2024-11-16 07:32:25 +00:00
parent e23fa8bc2c
commit 246498565a

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "execnb";
version = "0.1.6";
version = "0.1.8";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-KJ2XEHqFY0SxbAiVPWBFO0cyC0EWgGDso8wt7lBLTgU=";
hash = "sha256-ZPSuqIkSVnmAA1HYNMUOTw+5Al9hKxo0ZQPvnVshgxI=";
};
build-system = [ setuptools ];