python312Packages.nbsphinx: 0.9.4 -> 0.9.5

Changelog: https://github.com/spatialaudio/nbsphinx/blob/0.9.5/NEWS.rst
This commit is contained in:
natsukium 2024-09-01 10:58:48 +09:00
parent f66332b008
commit 50f1bb8008
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "nbsphinx";
version = "0.9.4";
version = "0.9.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-BCpggG/CPVGbxb71nZVXBxORP+RC/adZ1T46r2IQR5Q=";
hash = "sha256-c2kW57Daso/JBPSprjtTqaUMKfzMYynAUvzHSFq88rc=";
};
build-system = [ setuptools ];