python310Packages.nbsphinx: 0.9.2 -> 0.9.3

This commit is contained in:
R. Ryantm 2023-08-29 04:56:41 +00:00
parent 06b25e93b9
commit 2d692efd6f

View File

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