python310Packages.nbsphinx: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm 2023-05-27 07:35:25 +00:00
parent 8d908a2ed4
commit 949a550d0b

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "nbsphinx";
version = "0.9.1";
version = "0.9.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Wbv7e8Z2pmR4Bfs8qDSQM4rn+WwWdKnl5wfwVcJyxZ0=";
hash = "sha256-VA239AZjR/I9BlDEro59hTNMaa33SeAwr2TBLplv+I4=";
};
propagatedBuildInputs = [