python27Packages.nbsphinx: 0.5.0 -> 0.5.1

This commit is contained in:
R. RyanTM 2020-02-20 23:43:16 +00:00 committed by Jon
parent c675a7e062
commit 7d1842b5b9

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "nbsphinx";
version = "0.5.0";
version = "0.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "03g0mqbgk143cq3l3r42js2iy5l6iyvpckpqip4p468rlzrddyhn";
sha256 = "0kh0d83xavpffdp4xp4hq8xy43l6lyv3d1a25rnc15jcbdf1nghw";
};
propagatedBuildInputs = [