python312Packages.nbsphinx: 0.9.6 -> 0.9.7

This commit is contained in:
R. Ryantm
2025-03-09 20:38:21 +00:00
parent aa70590e58
commit 2ed03124de
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "nbsphinx";
version = "0.9.6";
version = "0.9.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-wrKKLXAvEVmpW4Q4MXmOhuYKF/xke5v/m6FYU1XeVOM=";
hash = "sha256-q9KYpobVX6iU72l8UdRPJOU6oxLa2uOOgpIPJQpUVv4=";
};
build-system = [ setuptools ];