python3Packages.nbsphinx: 0.9.7 -> 0.9.8

https://github.com/spatialaudio/nbsphinx/blob/0.9.8/NEWS.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:37 +01:00
parent 75994eabeb
commit e7d63251b6
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "nbsphinx";
version = "0.9.7";
version = "0.9.8";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-q9KYpobVX6iU72l8UdRPJOU6oxLa2uOOgpIPJQpUVv4=";
hash = "sha256-0HZZCDmajuK1e+euiBzy6ljWbbOve78z5utI+DvqVJU=";
};
patches = [
(fetchpatch {